This repository has been archived on 2018-09-11. You can view files and clone it, but cannot push or open issues/pull-requests.
menu-danmaku/conf.lua

9 lines
190 B
Lua
Raw Normal View History

2017-06-14 19:01:40 +00:00
-- Set windows size and add a title
function love.conf(t)
t.title = "Menu displayer"
t.version = "0.10.2"
t.window.height = 800
t.window.width = 1024
t.window.resizable = true
end