18 lines
No EOL
228 B
Text
18 lines
No EOL
228 B
Text
engine = {
|
|
runtime = {
|
|
window = {
|
|
width = 540
|
|
height = 960
|
|
resizable = true
|
|
fullscreen = false
|
|
}
|
|
}
|
|
|
|
render = {
|
|
antialiasing = 0
|
|
stencil = 0
|
|
depth = 0
|
|
}
|
|
|
|
ui.debug_vis = true
|
|
} |