eliminat soport de borde en les habitacions
This commit is contained in:
@@ -31,7 +31,6 @@ class Room {
|
||||
struct Data {
|
||||
std::string number;
|
||||
Uint8 bg_color{0};
|
||||
Uint8 border_color{0};
|
||||
Uint8 item_color1{12};
|
||||
Uint8 item_color2{6};
|
||||
std::string upper_room;
|
||||
@@ -53,7 +52,6 @@ class Room {
|
||||
// --- Funciones ---
|
||||
[[nodiscard]] auto getNumber() const -> const std::string& { return number_; }
|
||||
[[nodiscard]] auto getBGColor() const -> Uint8 { return bg_color_; }
|
||||
[[nodiscard]] auto getBorderColor() const -> Uint8 { return border_color_; }
|
||||
void renderMap();
|
||||
void renderEnemies();
|
||||
void renderItems();
|
||||
@@ -94,7 +92,6 @@ class Room {
|
||||
|
||||
std::string number_;
|
||||
Uint8 bg_color_{0};
|
||||
Uint8 border_color_{0};
|
||||
Uint8 item_color1_{12};
|
||||
Uint8 item_color2_{6};
|
||||
std::string upper_room_;
|
||||
|
||||
Reference in New Issue
Block a user