player skins

This commit is contained in:
arthur.jamet
2021-05-27 15:18:43 +02:00
parent 70d69b0621
commit b7bd6d7a72
7 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "TraceLog.hpp"
const std::vector<std::string>textures = {
"blue", "cyan", "green", "orange", "purple", "red", "yellow"
"blue", "cyan", "green", "purple", "red", "yellow"
};
std::string get_full_path(const std::string &color)