Variables | |
| constexpr size_t | kMaxRoomPanels = 8 |
| Maximum open room panels (dungeon editor) | |
| constexpr size_t | kMaxSongPanels = 4 |
| Maximum open song panels (music editor) | |
| constexpr size_t | kMaxSheetPanels = 6 |
| Maximum open graphics sheet panels. | |
| constexpr size_t | kMaxMapPanels = 8 |
| Maximum open map panels (overworld editor) | |
| constexpr size_t | kMaxTotalResourcePanels = 20 |
| Maximum total resource panels across all types. | |
|
constexpr |
Maximum open room panels (dungeon editor)
Definition at line 212 of file resource_panel.h.
Referenced by yaze::editor::PanelManager::EnforceResourceLimits().
|
constexpr |
Maximum open song panels (music editor)
Definition at line 215 of file resource_panel.h.
Referenced by yaze::editor::PanelManager::EnforceResourceLimits().
|
constexpr |
Maximum open graphics sheet panels.
Definition at line 218 of file resource_panel.h.
Referenced by yaze::editor::PanelManager::EnforceResourceLimits().
|
constexpr |
Maximum open map panels (overworld editor)
Definition at line 221 of file resource_panel.h.
Referenced by yaze::editor::PanelManager::EnforceResourceLimits().
|
constexpr |
Maximum total resource panels across all types.
Definition at line 224 of file resource_panel.h.
Referenced by yaze::editor::PanelManager::EnforceResourceLimits().