Skip to content
Snippets Groups Projects
Commit 818430d7 authored by Frederik's avatar Frederik
Browse files

Fix green and yellow textures being swapped

parent 7e878cdb
Branches
No related tags found
2 merge requests!34Building features,!29Merge main into box2d to implement physics
......@@ -109,7 +109,7 @@ Spritesheet::Spritesheet(std::string path, Engine& engine)
// Buildings
std::vector<std::string> building_factions(
{"red", "blue", "yellow", "green", "purple", "neutral"});
{"red", "blue", "green", "yellow", "purple", "neutral"});
// every sub data set of buildings
for (std::string faction : building_factions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment