
Public Attributes | |
| int | tile_id |
| gfx::Bitmap | tile_bitmap |
| gfx::Tile16 | tile_data |
| uint8_t | palette |
| bool | x_flip |
| bool | y_flip |
| bool | priority |
Definition at line 198 of file tile16_editor.h.
| int yaze::editor::Tile16Editor::UndoState::tile_id |
Definition at line 199 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().
| gfx::Bitmap yaze::editor::Tile16Editor::UndoState::tile_bitmap |
Definition at line 200 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().
| gfx::Tile16 yaze::editor::Tile16Editor::UndoState::tile_data |
Definition at line 201 of file tile16_editor.h.
| uint8_t yaze::editor::Tile16Editor::UndoState::palette |
Definition at line 202 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().
| bool yaze::editor::Tile16Editor::UndoState::x_flip |
Definition at line 203 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().
| bool yaze::editor::Tile16Editor::UndoState::y_flip |
Definition at line 203 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().
| bool yaze::editor::Tile16Editor::UndoState::priority |
Definition at line 203 of file tile16_editor.h.
Referenced by yaze::editor::Tile16Editor::Redo(), yaze::editor::Tile16Editor::SaveUndoState(), and yaze::editor::Tile16Editor::Undo().