Mario editor: use visitors
This commit is contained in:
@@ -29,4 +29,14 @@
|
||||
#define MARIO_LEFT_SIDE_DETECT 0x2002
|
||||
#define MARIO_RIGHT_SIDE_DETECT 0x2003
|
||||
|
||||
#define EDITOR_EDIT_SQUARE 0xF001
|
||||
#define EDITOR_MOUSE_ID 0xF002
|
||||
#define EDITOR_LEFT_MAP_ID 0xF003
|
||||
#define EDITOR_RIGHT_MAP_ID 0xF004
|
||||
#define EDITOR_TERRAIN_ID 0xF005
|
||||
|
||||
#define TOOL_VISITOR_TYPE 0xE001
|
||||
#define MOUSE_VISITOR_TYPE 0xE002
|
||||
#define MARIO_VISITOR_TYPE 0xE003
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user