update text.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user