aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 20:59:09 +1000
committerDavid Walter Seikel2014-04-21 20:59:09 +1000
commit5e433c74aa1bc8aca66e602eaf98f5949efe57c5 (patch)
treee91a96a20de058b9cb9bb77bf1fecca13a081aab /LuaSL
parentMove the LuaSL.edj to the shared images directory. (diff)
downloadSledjHamr-5e433c74aa1bc8aca66e602eaf98f5949efe57c5.zip
SledjHamr-5e433c74aa1bc8aca66e602eaf98f5949efe57c5.tar.gz
SledjHamr-5e433c74aa1bc8aca66e602eaf98f5949efe57c5.tar.bz2
SledjHamr-5e433c74aa1bc8aca66e602eaf98f5949efe57c5.tar.xz
LuaSL_test's window doesn't need to be so huge.
Diffstat (limited to 'LuaSL')
-rw-r--r--LuaSL/src/LuaSL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 9055ca8..d1f448e 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -26,8 +26,8 @@ typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h
26#include "LumbrJack.h" 26#include "LumbrJack.h"
27 27
28 28
29#define WIDTH (1024) 29#define WIDTH (512)
30#define HEIGHT (768) 30#define HEIGHT (384)
31 31
32 32
33#define TABLE_WIDTH 7 33#define TABLE_WIDTH 7