Plataformas moviles completadas

This commit is contained in:
2022-08-27 09:36:43 +02:00
parent 43c10d335b
commit 2e102160e6
9 changed files with 61 additions and 12 deletions

View File

@@ -17,6 +17,9 @@ private:
// Comprueba si ha llegado al limite del recorrido para darse media vuelta
void checkPath();
// Actualiza la variable
void updateShift();
public:
// Constructor
ActorMovingPlatform(actor_t actor, SDL_Point p1, SDL_Point p2);