CabinGame/Luxe/outline/settings.settings.lx
Ronja 8cce750252 make simple text work and use it to display name
except block strings still dont work (:
2020-09-06 17:45:33 +02:00

18 lines
No EOL
230 B
Text

engine = {
runtime = {
window = {
width = 512
height = 768
resizable = true
fullscreen = false
}
}
render = {
antialiasing = 0
stencil = 0
depth = 0
}
//ui.debug_vis = true
}