update text.cpp

This commit is contained in:
2021-02-19 17:17:02 +01:00
parent c9e269329f
commit 4bbb0b69fe
2 changed files with 20 additions and 54 deletions

View File

@@ -44,10 +44,10 @@ public:
void setType(Uint8 type);
// Obtiene el valor de la variable
Uint8 getSize();
Uint8 getHeight();
// Establece el valor de la variable
void setSize(Uint8 size);
void setHeight(Uint8 size);
private:
Sprite *mSprite; // Objeto con los graficos para el texto