rogged: move various magic numbers to the settings struct
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie5cadb3d9dca130b57b858905f549f2d6a6a6964
This commit is contained in:
parent
6050083293
commit
3998fb5259
2 changed files with 16 additions and 5 deletions
|
|
@ -52,4 +52,15 @@
|
|||
#define PLAYER_BASE_DODGE 5
|
||||
#define PLAYER_BASE_BLOCK 0
|
||||
|
||||
// Screen shake
|
||||
#define SHAKE_EFFECT_DURATION 4
|
||||
#define SHAKE_PLAYER_DAMAGE_DURATION 8
|
||||
#define SHAKE_MAX_OFFSET 4
|
||||
|
||||
// Floating text
|
||||
#define FLOATING_TEXT_LIFETIME 60
|
||||
|
||||
// Message timer
|
||||
#define MESSAGE_TIMER_DURATION 60
|
||||
|
||||
#endif // SETTINGS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue