Public Attributes | |
uint16_t | x |
uint16_t | y |
uint8_t | tile |
uint8_t | palette |
uint8_t | priority |
bool | flip_x |
bool | flip_y |
Definition at line 84 of file sprite_editor.h.
uint16_t yaze::editor::SpriteEditor::OAMConfig::x |
X offset.
Definition at line 85 of file sprite_editor.h.
uint16_t yaze::editor::SpriteEditor::OAMConfig::y |
Y offset.
Definition at line 86 of file sprite_editor.h.
uint8_t yaze::editor::SpriteEditor::OAMConfig::tile |
Tile number.
Definition at line 87 of file sprite_editor.h.
uint8_t yaze::editor::SpriteEditor::OAMConfig::palette |
Palette number.
Definition at line 88 of file sprite_editor.h.
uint8_t yaze::editor::SpriteEditor::OAMConfig::priority |
Priority.
Definition at line 89 of file sprite_editor.h.
bool yaze::editor::SpriteEditor::OAMConfig::flip_x |
Flip X.
Definition at line 90 of file sprite_editor.h.
bool yaze::editor::SpriteEditor::OAMConfig::flip_y |
Flip Y.
Definition at line 91 of file sprite_editor.h.