add Solar2D prj example

This commit is contained in:
2021-11-18 01:22:51 +03:00
parent 16a6107b17
commit ed3a76144d
6 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
application =
{
content =
{
width = 1080,
height = 1920,
scale = "letterbox",
fps = 60,
--[[
imageSuffix =
{
["@2x"] = 2,
["@4x"] = 4,
},
--]]
},
}