yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::TileSelectorWidget::Config Struct Reference

#include <tile_selector_widget.h>

Public Attributes

int tile_size = 16
 
float display_scale = 2.0f
 
int tiles_per_row = 8
 
int total_tiles = 512
 
ImVec2 draw_offset = {2.0f, 0.0f}
 
bool show_tile_ids = false
 
ImVec4 highlight_color = {1.0f, 0.85f, 0.35f, 1.0f}
 

Detailed Description

Definition at line 19 of file tile_selector_widget.h.

Member Data Documentation

◆ tile_size

◆ display_scale

◆ tiles_per_row

◆ total_tiles

int yaze::gui::TileSelectorWidget::Config::total_tiles = 512

◆ draw_offset

◆ show_tile_ids

bool yaze::gui::TileSelectorWidget::Config::show_tile_ids = false

◆ highlight_color

ImVec4 yaze::gui::TileSelectorWidget::Config::highlight_color = {1.0f, 0.85f, 0.35f, 1.0f}

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