Mario editor: added more terrain blocks
This commit is contained in:
@@ -40,6 +40,16 @@ extern const SDL_Rect CLOUD_RIGHT_BOTTOM_SRC;
|
||||
extern const SDL_Rect CLOUD_LEFT_TOP_SRC;
|
||||
extern const SDL_Rect CLOUD_MIDDLE_TOP_SRC;
|
||||
extern const SDL_Rect CLOUD_RIGHT_TOP_SRC;
|
||||
extern const SDL_Rect PIPE_LEFT_BOTTOM_SRC;
|
||||
extern const SDL_Rect PIPE_LEFT_TOP_SRC;
|
||||
extern const SDL_Rect PIPE_RIGHT_BOTTOM_SRC;
|
||||
extern const SDL_Rect PIPE_RIGHT_TOP_SRC;
|
||||
extern const SDL_Rect CASTLE_LEFT_SRC;
|
||||
extern const SDL_Rect CASTLE_RIGHT_SRC;
|
||||
extern const SDL_Rect CASTLE_BLACK_SRC;
|
||||
extern const SDL_Rect CASTLE_ENTRY_SRC;
|
||||
extern const SDL_Rect CASTLE_TOWER_SRC;
|
||||
extern const SDL_Rect CASTLE_TOWER_FILLED_SRC;
|
||||
|
||||
extern const SDLPP::Vec2D<uint64_t> OVERWORLD_SHIFT;
|
||||
extern const SDLPP::Vec2D<uint64_t> UNDERWORLD_SHIFT;
|
||||
|
||||
Reference in New Issue
Block a user