diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-03 16:36:43 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-03 16:36:43 +0100 |
commit | d65e0ff31a75230fd1c18eaeab9cb25ab2b9c82a (patch) | |
tree | 944b8c4755f7159178e136f32a64f96004d582a0 /game/coins/CoinScript.h | |
parent | f18635b6c73f753bd38343684134430a5ce9b22c (diff) |
save amount of coins
Diffstat (limited to 'game/coins/CoinScript.h')
-rw-r--r-- | game/coins/CoinScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/coins/CoinScript.h b/game/coins/CoinScript.h index 6c52733..3fcee6d 100644 --- a/game/coins/CoinScript.h +++ b/game/coins/CoinScript.h @@ -7,4 +7,5 @@ public: void init() override; bool on_collision(const crepe::CollisionEvent & collisionData); static constexpr const char* PLAYER_NAME = "player"; + static constexpr const char* COIN_GAME_AMOUNT = "coin_game_amount"; }; |