Mario: teleport to hardcoded level
This commit is contained in:
@@ -340,4 +340,10 @@ public:
|
||||
std::shared_ptr<SDLPP::Renderer> &renderer);
|
||||
};
|
||||
|
||||
class TeleportModifierBlock : public MarioBlock {
|
||||
public:
|
||||
TeleportModifierBlock(int x, int y,
|
||||
std::shared_ptr<SDLPP::Renderer> &renderer);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user