about summary refs log tree commit diff
path: root/src/engine/config/config_define.h
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-06-01 11:08:33 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-06-01 11:08:33 +0000
commit9da845061a2fc7f3401c3b7487062f7922ce759f (patch)
treece4be6b79c5ea5719b364eb3d68165d093969cbe /src/engine/config/config_define.h
parent821e6bbe538421556f516c671114b7d748629661 (diff)
downloadzcatch-9da845061a2fc7f3401c3b7487062f7922ce759f.tar.gz
zcatch-9da845061a2fc7f3401c3b7487062f7922ce759f.zip
gui things
Diffstat (limited to 'src/engine/config/config_define.h')
-rw-r--r--src/engine/config/config_define.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/engine/config/config_define.h b/src/engine/config/config_define.h
new file mode 100644
index 00000000..0b1fed7e
--- /dev/null
+++ b/src/engine/config/config_define.h
@@ -0,0 +1,8 @@
+MACRO_CONFIG_INT(screen_width, 800, 0, 0)
+MACRO_CONFIG_INT(screen_height, 600, 0, 0)
+MACRO_CONFIG_STR(player_name, 32, "nameless tee")
+MACRO_CONFIG_INT(key_move_left, 65, 32, 127)
+MACRO_CONFIG_INT(key_move_right, 68, 32, 127)
+MACRO_CONFIG_INT(key_jump, 32, 32, 127)
+MACRO_CONFIG_INT(key_fire, 33, 32, 127)
+MACRO_CONFIG_INT(key_hook, 34, 32, 127)