- [FIX] ficava el color incorrecte de background

- [NEW] el fondo no usat ara pinta el color de borde
This commit is contained in:
2025-11-18 17:50:53 +01:00
parent 03baa43543
commit f72311bb17
3 changed files with 18 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ void loadRoom(std::string room_file)
}
tilemap::set(tiles);
tilemap::setBackground(aux::getColorByName(room["room"]["bgColor"].get_value<std::string>()));
tilemap::setBorder(aux::getColorByName(room["room"]["border"].get_value<std::string>()));
//fkyaml::node name_node = room["room"]["name"];
//printf("%s\n", name_node.get_value<std::string>().c_str());
}