hot-cocoa-tycoon/world/world.go

10 lines
91 B
Go

package world
const TPS = 144
var (
ScreenWidth, ScreenHeight = 1280, 720
Debug = 1
)