mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 17:49:02 -06:00
5c5ffc6887
Survival A3 and Phantom Mania 2 are now in their fully complete glory! :D Implements #13.
11 lines
171 B
Lua
11 lines
171 B
Lua
function love.conf(t)
|
|
t.identity = "cambridge"
|
|
|
|
t.console = true
|
|
|
|
t.window.title = "Cambridge"
|
|
t.window.width = 640
|
|
t.window.height = 480
|
|
t.window.vsync = false
|
|
end
|