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 313 of file overworld_editor.h.
gfx::Bitmap yaze::editor::OverworldEditor::ScratchSpaceSlot::scratch_bitmap |
Definition at line 314 of file overworld_editor.h.
std::array<std::array<int, 32>, 32> yaze::editor::OverworldEditor::ScratchSpaceSlot::tile_data |
Definition at line 315 of file overworld_editor.h.
bool yaze::editor::OverworldEditor::ScratchSpaceSlot::in_use = false |
Definition at line 316 of file overworld_editor.h.
std::string yaze::editor::OverworldEditor::ScratchSpaceSlot::name = "Empty" |
Definition at line 317 of file overworld_editor.h.
int yaze::editor::OverworldEditor::ScratchSpaceSlot::width = 16 |
Definition at line 318 of file overworld_editor.h.
int yaze::editor::OverworldEditor::ScratchSpaceSlot::height = 16 |
Definition at line 319 of file overworld_editor.h.
std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_tiles |
Definition at line 321 of file overworld_editor.h.
std::vector<ImVec2> yaze::editor::OverworldEditor::ScratchSpaceSlot::selected_points |
Definition at line 322 of file overworld_editor.h.
bool yaze::editor::OverworldEditor::ScratchSpaceSlot::select_rect_active = false |
Definition at line 323 of file overworld_editor.h.