Empezando con los actores y polimorfismo. Ya pinta la plataforma movil

This commit is contained in:
2022-08-26 13:36:31 +02:00
parent aea71599ff
commit a4000d25db
12 changed files with 120 additions and 108 deletions

View File

@@ -65,7 +65,7 @@ public:
bool load(std::string filePath);
// Establece la animacion actual
void setCurrentAnimation(std::string name);
void setCurrentAnimation(std::string name = "default");
// Actualiza las variables del objeto
void update();