diff options
author | David Walter Seikel | 2014-04-21 20:59:09 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-21 20:59:09 +1000 |
commit | 5e433c74aa1bc8aca66e602eaf98f5949efe57c5 (patch) | |
tree | e91a96a20de058b9cb9bb77bf1fecca13a081aab /LuaSL/src | |
parent | Move the LuaSL.edj to the shared images directory. (diff) | |
download | SledjHamr-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/src')
-rw-r--r-- | LuaSL/src/LuaSL.h | 4 |
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 |