Basic editor functionality arrived!

Terrible code, must be changed!!!
This commit is contained in:
2021-05-01 21:55:43 +02:00
parent 183bd53b66
commit 61e45e89a5
9 changed files with 265 additions and 128 deletions
+1
View File
@@ -4,5 +4,6 @@
#include "../sdlpp/sdlpp.hpp"
extern std::shared_ptr< SDLPP::Texture > g_terrain_texture;
extern std::shared_ptr< SDLPP::Texture > g_mario_texture;
#endif