Starting Mario Editor project

This commit is contained in:
2021-04-30 21:02:14 +02:00
parent 1927b71629
commit d4991ea3a7
6 changed files with 156 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "sprites.hpp"
extern const double BLOCK_SIZE = 0.0625;
double BLOCK_SIZE = 1.0 / 16;
const std::string MARIO_OVERWORLD_COLORKEY = "#93bbec";