2018-10-13 17:08:03 -04:00

10 lines
167 B
ChaiScript

/**
* ChaiLove callback; Configure the application.
*/
def conf(t) {
t.window.width = 640
t.window.height = 480
//t.modules.sound = false
t.console = true
}