Add fire mario mode

This commit is contained in:
2022-11-11 19:47:35 +01:00
parent d89712ebab
commit 3cde73d1ed
7 changed files with 55 additions and 12 deletions
+1
View File
@@ -43,6 +43,7 @@ public:
void setBaseRect(SDL_Rect rect);
void checkVisibility(double rightmost_x);
bool wasVisible() const;
void harden();
protected:
double bounce_speed = 0.5;