feat: increased health
This commit is contained in:
parent
bf8bb6b881
commit
d98c832719
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
void damage();
|
||||
private:
|
||||
int health{1};
|
||||
int health{5};
|
||||
|
||||
const float max_speed{40.f};
|
||||
const float max_speed_reverse{10.f};
|
||||
|
|
Loading…
Reference in a new issue