Mario: slightly better editor UI

This commit is contained in:
2021-05-28 19:51:02 +02:00
parent af3588501a
commit 9d9068091b
9 changed files with 503 additions and 88 deletions
+7 -1
View File
@@ -139,10 +139,16 @@ const std::vector< uint64_t > possibleBlocks = {
TREE_BARK_ID,
CANNON_PEDESTAL_ID,
CANNON_ID,
MARIO_ID,
};
const std::vector< uint64_t > possibleMods = {
DESTRUCTIBLE_ID,
};
const std::vector< uint64_t > possibleCharacters = {
MARIO_ID,
};
const std::unordered_map< uint64_t, const SDL_Rect * > block_mapping = {
{ FLOOR_ID, &FLOOR_SRC },
{ HILL_INCLINE_ID, &HILL_INCLINE_SRC },