Añadido el color del borde para cada habitación

This commit is contained in:
2022-09-05 13:51:55 +02:00
parent 87d7bd03ff
commit a121850adb
13 changed files with 37 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ Item::Item(item_t item)
c = stringToColor("red");
color.push_back(c);
c = stringToColor("purple");
c = stringToColor("magenta");
color.push_back(c);
c = stringToColor("green");