Mario: mario detects enemies and bounces when he kills them/dies when they kill him

This commit is contained in:
2021-08-08 21:40:00 +02:00
parent 45ac4dad64
commit 94bf4fc39d
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
private:
bool faces_right = true;
double side_movement = 0.39;
double side_movement = 0.19;
double jump_movement = 1.0;
bool jumping = false;
bool stop_jump = false;