1#ifndef YAZE_APP_EDITOR_OVERWORLD_PANELS_TILE8_SELECTOR_PANEL_H
2#define YAZE_APP_EDITOR_OVERWORLD_PANELS_TILE8_SELECTOR_PANEL_H
21 std::string
GetId()
const override {
return "overworld.tile8_selector"; }
27 return 256.0f + 20.0f;
29 void Draw(
bool* p_open)
override;
Base interface for all logical panel components.
Main UI class for editing overworld maps in A Link to the Past.
Low-level 8x8 tile editing interface.
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
OverworldEditor * editor_
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
Tile8SelectorPanel(OverworldEditor *editor)
float GetPreferredWidth() const override
Get preferred width for this panel (optional)