CabinGame/Luxe/outline/settings.settings.lx

18 lines
228 B
Text
Raw Normal View History

2020-08-16 13:59:43 +00:00
engine = {
runtime = {
window = {
width = 540
height = 960
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
ui.debug_vis = true
2020-08-16 13:59:43 +00:00
}