aboutsummaryrefslogtreecommitdiff
path: root/game.lua
blob: 36d5bdf38b3f3a58bcadceeedc8e1b0fd5e27a17 (plain)
1
2
3
4
5
6
7
8
9
10
-- the main game conf
game = {
    width = 320,
    height = 240,
    scale = 3,
    name = "Storage Chaos",
    id = "storage_usebox_net",
    fullscreen = false,
    vsync = 1,
}