view data/conf/options.mtt @ 55:f3d8c0441408

Implemented gl.texture (without testing) & fixed log options adjusted previously. Implemented gl.texture module to load textures from file (untested). Fixed log level/option setting in Init.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 10 Jun 2008 17:35:13 +0100
parents f000d6cd0f74
children 56c0ddd90193
line wrap: on
line source

{MT01}
{misc}
<bool|useThreads=false>
<bool|exitImmediately=false>
<char[]|L10n="en-GB">
<int|logOptions=0x3001>
<double|pollInterval=0.01>

{font}
<int|lcdFilter=2>
<int|renderMode=0x30000>

{video}
<bool|noFrame=false>
<bool|resizable=true>
<bool|hardware=false>
<bool|fullscreen=false>
<int|screenW=1280>
<int|windowW=800>
<int|screenH=1024>
<int|windowH=600>