/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
- //
- // untitled
- //
- // Created by Darren Osadchuk on 2011-02-03.
- // Copyright (c) 2011 __MyCompanyName__. All rights reserved.
- //
- application = {
- content = {
- width = 320, height = 480,
- scale = "letterbox",
- imageSuffix = {
- ["@2"] = 2,
- },
- }
- }