Mario: add mushroom block

This commit is contained in:
2021-08-07 21:41:15 +02:00
parent a7aa86c8e3
commit 7b2adac922
9 changed files with 188 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ const SDL_Rect CANNON_TOWER_SRC = {256, 46, 16, 16};
const SDL_Rect CANNON_PEDESTAL_SRC = {256, 29, 16, 16};
const SDL_Rect CANNON_SRC = {256, 12, 16, 16};
const SDL_Rect COIN_SRC = {549, 202, 16, 16};
const SDL_Rect MUSHROOM_SRC = {69, 12, 16, 16};
extern const SDL_Rect MOD_DESTRUCTIBLE_SRC = {0, 0, 16, 16};
extern const SDL_Rect MOD_BACKGROUND_SRC = {16, 0, 16, 16};