aboutsummaryrefslogtreecommitdiff
path: root/game/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/constants.h')
-rw-r--r--game/constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/constants.h b/game/constants.h
index 7ea34e0..2ba343a 100644
--- a/game/constants.h
+++ b/game/constants.h
@@ -8,6 +8,10 @@ namespace constants {
const int col_bad_r = 255;
const int col_bad_g = 120;
const int col_bad_b = 0;
+
+ const float menu_attack_margin_amt = 60;
+ const float menu_attack_margin_arrow = 80;
+ const float menu_attack_margin_mod = 93;
}
#endif \ No newline at end of file