add Solar2D example project

This commit is contained in:
2021-02-16 19:38:43 +03:00
parent ee7e0e201f
commit 3b610d75e0
4 changed files with 125 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
application =
{
content =
{
width = 1080,
height = 1920,
scale = "letterbox",
fps = 60,
--[[
imageSuffix =
{
["@2x"] = 2,
["@4x"] = 4,
},
--]]
},
}