/Templates/config_lua.tmTemplate/config

http://github.com/osadchuk/Corona-SDK.tmbundle · #! · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · 6eeb5e3bb90366127cb842954874c9a0 MD5 · raw file

  1. //
  2. // untitled
  3. //
  4. // Created by Darren Osadchuk on 2011-02-03.
  5. // Copyright (c) 2011 __MyCompanyName__. All rights reserved.
  6. //
  7. application = {
  8. content = {
  9. width = 320, height = 480,
  10. scale = "letterbox",
  11. imageSuffix = {
  12. ["@2"] = 2,
  13. },
  14. }
  15. }