add Solar2D prj example
This commit is contained in:
18
Solar2D/SampleProject/config.lua
Normal file
18
Solar2D/SampleProject/config.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
application =
|
||||
{
|
||||
content =
|
||||
{
|
||||
width = 1080,
|
||||
height = 1920,
|
||||
scale = "letterbox",
|
||||
fps = 60,
|
||||
|
||||
--[[
|
||||
imageSuffix =
|
||||
{
|
||||
["@2x"] = 2,
|
||||
["@4x"] = 4,
|
||||
},
|
||||
--]]
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user