Clase de texto a partir de una fuente bitmap.
Definition: sdl_bitmap_text.h:9
void render(SDL_Rect dest) override
Renderiza el texto en pantalla.
Definition: in_game_text.cpp:30
InGameText(const std::string &text, SDL_Color color, int font_id, visual_info_t visual_info)
Crea un objeto In Game Text.
Definition: in_game_text.cpp:5
Clase usada para mostrar texto del render, mediante texto bitmap.
Definition: in_game_text.h:10
void update_text(const std::string &new_text)
Actualiza el texto.
Definition: in_game_text.cpp:20