diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
commit | bb16c32bde58cba70e4877aa2d3ebd04332eb575 (patch) | |
tree | de3d82cca043c26cbaa64837a3b2c18efc6ddb64 /game/constants.h | |
parent | 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 (diff) |
linux compile and imgs
Diffstat (limited to 'game/constants.h')
-rw-r--r-- | game/constants.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/game/constants.h b/game/constants.h index 2ba343a..ef6a477 100644 --- a/game/constants.h +++ b/game/constants.h @@ -1,17 +1,17 @@ -#ifndef CONSTANTS_H -#define CONSTANTS_H - -namespace constants { - const int col_gud_r = 40; - const int col_gud_g = 120; - const int col_gud_b = 0; - 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; -} - +#ifndef CONSTANTS_H
+#define CONSTANTS_H
+
+namespace constants {
+ const int col_gud_r = 40;
+ const int col_gud_g = 120;
+ const int col_gud_b = 0;
+ 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 |