Dump
This commit is contained in:
parent
1ef93799d1
commit
2df9b96765
98 changed files with 30423 additions and 0 deletions
13
conf.lua
Normal file
13
conf.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
love.conf = function(t)
|
||||
t.gammacorrect = true
|
||||
t.title, t.identity = "Survivor", "Bill Niblock"
|
||||
t.modules.joystick = false
|
||||
t.modules.physics = false
|
||||
-- This scales the game, and it still looks quite nice at 1440p!
|
||||
-- t.window.fullscreen = true
|
||||
-- t.window.fullscreentype = "desktop"
|
||||
t.window.width = 800
|
||||
t.window.height = 600
|
||||
t.window.vsync = false
|
||||
t.version = "11.5"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue