Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/space-dragon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index 1e2d342..153c31e 100644
--- a/src/game.h
+++ b/src/game.h
@@ -1,7 +1,8 @@
#ifndef _GAME_H_
#define _GAME_H_
-#define VERSION "v1.4"
+#define VERSION "v1.5"
+#define ACC_DEATH_ZONE 0.5
#define SHIP_WIDTH 10
#define SHIP_HEIGHT 15
#define SCREEN_WIDTH 144