
Public Attributes | |
| gfx::Bitmap | scratch_bitmap |
| std::array< std::array< int, 32 >, 32 > | tile_data |
| bool | in_use = false |
| std::string | name = "Empty" |
| int | width = 16 |
| int | height = 16 |
| std::vector< ImVec2 > | selected_tiles |
| std::vector< ImVec2 > | selected_points |
| bool | select_rect_active = false |
Definition at line 330 of file overworld_editor.h.
| gfx::Bitmap yaze::editor::OverworldEditor::ScratchSpaceSlot::scratch_bitmap |
Definition at line 331 of file overworld_editor.h.
| std::array<std::array<int, 32>, 32> yaze::editor::OverworldEditor::ScratchSpaceSlot::tile_data |
Definition at line 332 of file overworld_editor.h.
| bool yaze::editor::OverworldEditor::ScratchSpaceSlot::in_use = false |
Definition at line 333 of file overworld_editor.h.
| std::string yaze::editor::OverworldEditor::ScratchSpaceSlot::name = "Empty" |
Definition at line 334 of file overworld_editor.h.
| int yaze::editor::OverworldEditor::ScratchSpaceSlot::width = 16 |
Definition at line 335 of file overworld_editor.h.
| int yaze::editor::OverworldEditor::ScratchSpaceSlot::height = 16 |
Definition at line 336 of file overworld_editor.h.
| std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_tiles |
Definition at line 338 of file overworld_editor.h.
| std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_points |
Definition at line 339 of file overworld_editor.h.
| bool yaze::editor::OverworldEditor::ScratchSpaceSlot::select_rect_active = false |
Definition at line 340 of file overworld_editor.h.