root/trunk/raknet/window.lua
| Revision 31, 163 bytes (checked in by clayasaurus, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | -- configureable user options |
| 2 | function callConfig() |
| 3 | |
| 4 | -- window title, width, height, and fullscreen or not |
| 5 | getConfig("Line Client", 540, 480, 0) |
| 6 | |
| 7 | end |
Note: See TracBrowser for help on using the browser.
