28 lines
No EOL
360 B
Text
28 lines
No EOL
360 B
Text
engine = {
|
|
runtime = {
|
|
window = {
|
|
width = 512
|
|
height = 768
|
|
resizable = false
|
|
fullscreen = false
|
|
title = "Cabin Game"
|
|
}
|
|
}
|
|
|
|
render = {
|
|
antialiasing = 0
|
|
stencil = 0
|
|
depth = 0
|
|
}
|
|
|
|
|
|
//debug stuff
|
|
//ui.debug_vis = true
|
|
render.opengl.debug_level = 3
|
|
}
|
|
|
|
game = {
|
|
ui = {
|
|
button.click_time = 2
|
|
}
|
|
} |