This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -1,10 +1,10 @@
#include "ui_message.hpp"
#include "game/ui/ui_message.hpp"
#include <algorithm>
#include <cmath> // Para pow
#include <utility>
#include "text.hpp" // Para Text::CENTER, Text::COLOR, Text
#include "core/rendering/text.hpp" // Para Text::CENTER, Text::COLOR, Text
// Constructor: inicializa el renderizador, el texto y el color del mensaje
UIMessage::UIMessage(std::shared_ptr<Text> text_renderer, std::string message_text, const Color& color)