feat: increased health

This commit is contained in:
Sara 2024-05-22 09:32:36 +02:00
parent bf8bb6b881
commit d98c832719

View file

@ -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};