mirror of
https://github.com/libretro/lutro-iyfct.git
synced 2024-11-23 07:59:43 +00:00
Updated conf.lua for 0.9.1
This commit is contained in:
parent
07a46cb85b
commit
7f40df117d
25
conf.lua
25
conf.lua
@ -1,17 +1,18 @@
|
|||||||
function love.conf(t)
|
function love.conf(t)
|
||||||
t.title = "In Your Face City Trains"
|
t.identity = "iyfct"
|
||||||
t.author = "Simon Larsen"
|
t.version = "0.9.1"
|
||||||
t.identity = "iyfct"
|
t.console = false
|
||||||
t.screen.width = 900
|
|
||||||
t.screen.height = 300
|
t.window.title = "In Your Face City Trains"
|
||||||
|
t.window.icon = nil
|
||||||
|
t.window.width = 900
|
||||||
|
t.window.height = 300
|
||||||
|
t.window.borderless = false
|
||||||
|
t.window.resizable = false
|
||||||
|
t.window.fullscreen = false
|
||||||
|
t.window.vsync = true
|
||||||
|
|
||||||
t.modules.joystick = false
|
t.modules.joystick = false
|
||||||
t.modules.audio = true
|
|
||||||
t.modules.keyboard = true
|
|
||||||
t.modules.event = true
|
|
||||||
t.modules.image = true
|
|
||||||
t.modules.graphics = true
|
|
||||||
t.modules.timer = true
|
|
||||||
t.modules.mouse = false
|
t.modules.mouse = false
|
||||||
t.modules.sound = true
|
|
||||||
t.modules.physics = false
|
t.modules.physics = false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user