Merge branch 'assets' into renderer

This commit is contained in:
arthur.jamet
2021-05-27 17:50:05 +02:00
35 changed files with 3334 additions and 45 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include "Wal.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)