yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonObjectEditor::EditorConfig Struct Reference

#include <dungeon_object_editor.h>

Public Attributes

bool snap_to_grid = true
 
int grid_size = 16
 
bool show_grid = true
 
bool show_preview = true
 
bool auto_save = false
 
int auto_save_interval = 300
 
bool validate_objects = true
 
bool show_collision_bounds = false
 
bool show_selection_highlight = true
 
bool show_layer_colors = true
 
bool show_property_panel = true
 
uint32_t selection_color = 0xFFFFFF00
 
uint32_t layer0_color = 0xFFFF0000
 
uint32_t layer1_color = 0xFF00FF00
 
uint32_t layer2_color = 0xFF0000FF
 

Detailed Description

Definition at line 70 of file dungeon_object_editor.h.

Member Data Documentation

◆ snap_to_grid

◆ grid_size

int yaze::zelda3::DungeonObjectEditor::EditorConfig::grid_size = 16

◆ show_grid

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_grid = true

◆ show_preview

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_preview = true

◆ auto_save

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::auto_save = false

◆ auto_save_interval

int yaze::zelda3::DungeonObjectEditor::EditorConfig::auto_save_interval = 300

◆ validate_objects

◆ show_collision_bounds

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_collision_bounds = false

◆ show_selection_highlight

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_selection_highlight = true

◆ show_layer_colors

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_layer_colors = true

◆ show_property_panel

bool yaze::zelda3::DungeonObjectEditor::EditorConfig::show_property_panel = true

◆ selection_color

uint32_t yaze::zelda3::DungeonObjectEditor::EditorConfig::selection_color = 0xFFFFFF00

◆ layer0_color

uint32_t yaze::zelda3::DungeonObjectEditor::EditorConfig::layer0_color = 0xFFFF0000

◆ layer1_color

uint32_t yaze::zelda3::DungeonObjectEditor::EditorConfig::layer1_color = 0xFF00FF00

◆ layer2_color

uint32_t yaze::zelda3::DungeonObjectEditor::EditorConfig::layer2_color = 0xFF0000FF

The documentation for this struct was generated from the following file: