Mario: better side collision handling

This commit is contained in:
2021-05-27 16:33:00 +02:00
parent 6e61eb03b9
commit b8c56c06fd
3 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public:
void walkLeft();
void walkRight();
void setStanding();
void handleVisitor(MarioVisitor &visitor, SDLPP::Vec2D<double> previous_position);
void handleVisitor(MarioVisitor &visitor);
void jump();
void stopJump();
virtual void custom_move( int ticks ) override;