Skip to content
Snippets Groups Projects
Commit 5e26e334 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

source specification

parent 22980517
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ int main(int argc, char** argv) {
//Derived paths
std::string rsc_path = top_path + "resource\\";
std::string img_path = rsc_path + "images\\";
std::string tex_path = rsc_path + "textures\\home\\";
std::string tex_path = rsc_path + "textures\\homes\\";
//std::string tex_path = rsc_path + "textures\\rocket\\";
std::string font_path = top_path + "fonts\\";
std::string shd_path = top_path + "shaders\\";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment