dungeon/config.lua

8 lines
171 B
Lua
Raw Normal View History

function dungeon.config(cfg)
cfg.window.fullscreen = false
cfg.window.width = 792
cfg.window.height = 300
cfg.gfx.vsync = false
cfg.gfx.wireframes = false
end