CabinGame/Luxe/outline/settings.settings.lx

18 lines
230 B
Text
Raw Normal View History

2020-08-16 13:59:43 +00:00
engine = {
runtime = {
window = {
2020-09-06 13:05:13 +00:00
width = 512
height = 768
2020-08-16 13:59:43 +00:00
resizable = true
fullscreen = false
}
}
render = {
antialiasing = 0
stencil = 0
depth = 0
2020-08-16 13:59:43 +00:00
}
2020-09-03 15:31:23 +00:00
2020-09-03 16:24:42 +00:00
//ui.debug_vis = true
2020-08-16 13:59:43 +00:00
}