init
This commit is contained in:
BIN
images/bsg v1.png
Normal file
BIN
images/bsg v1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/bsg v2.png
Normal file
BIN
images/bsg v2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/viper.png
Normal file
BIN
images/viper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 B |
2
run src.bat
Normal file
2
run src.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@ECHO OFF
|
||||
"C:\Program Files\LOVE\love.exe" "%cd%/src"
|
21
src/conf.lua
Normal file
21
src/conf.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
local debug = true
|
||||
|
||||
function love.conf(t)
|
||||
t.identity = "bsg"
|
||||
t.version = "0.9.1"
|
||||
if debug then t.console = true end
|
||||
|
||||
t.window = {}
|
||||
t.window.title = "Battlestar Galactica, 33"
|
||||
t.window.width = 960
|
||||
t.window.height = 540
|
||||
t.window.fullscreen = false
|
||||
--t.window.borderless = true
|
||||
t.window.resizable = false
|
||||
|
||||
--t.modules = {}
|
||||
t.modules.joystick = false
|
||||
t.modules.physics = false
|
||||
end
|
||||
|
||||
return debug
|
0
src/main.lua
Normal file
0
src/main.lua
Normal file
Reference in New Issue
Block a user