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 = {
|
2020-08-21 14:37:13 +00:00
|
|
|
antialiasing = 0
|
|
|
|
|
stencil = 0
|
|
|
|
|
depth = 0
|
2020-08-16 13:59:43 +00:00
|
|
|
}
|
2020-09-03 15:31:23 +00:00
|
|
|
|
2020-09-06 15:45:33 +00:00
|
|
|
//ui.debug_vis = true
|
2020-08-16 13:59:43 +00:00
|
|
|
}
|