1#ifndef YAZE_APP_EDITOR_OVERWORLD_PANELS_AREA_GRAPHICS_PANEL_H
2#define YAZE_APP_EDITOR_OVERWORLD_PANELS_AREA_GRAPHICS_PANEL_H
24 std::string
GetId()
const override {
return "overworld.area_graphics"; }
30 return 128 * 2.0f + 20.0f;
32 void Draw(
bool* p_open)
override;
Displays the current area's GFX sheet for preview.
float GetPreferredWidth() const override
Get preferred width for this panel (optional)
AreaGraphicsPanel(OverworldEditor *editor)
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetId() const override
Unique identifier for this panel.
void Draw(bool *p_open) override
Draw the panel content.
OverworldEditor * editor_
Base interface for all logical panel components.
Main UI class for editing overworld maps in A Link to the Past.