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

@@ -67,4 +67,10 @@ SDL_Rect &Actor::getCollider()
actor_name_e Actor::getName()
{
return name;
}
// Obtiene el valor de la variable
int Actor::getIncX()
{
return sprite->getIncX();
}