sonic-bluestreak/sonic-bluestreak.love/scenes/overworld/screens/mainmenu/const.lua
2021-11-25 10:57:13 +01:00

12 lines
206 B
Lua

local ConstMenu = {}
ConstMenu.X = 28
ConstMenu.Y = 40
ConstMenu.WIDTH = 424 - 56
ConstMenu.HEIGHT = 240 - 80
ConstMenu.X2 = 424 - 28
ConstMenu.Y2 = 240 - 40
ConstMenu.CHARPAGESIZE = 176
return ConstMenu