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 87 of file sprite_editor.h.
uint16_t yaze::app::editor::SpriteEditor::OAMConfig::x |
X offset.
Definition at line 88 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
uint16_t yaze::app::editor::SpriteEditor::OAMConfig::y |
Y offset.
Definition at line 89 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::app::editor::SpriteEditor::OAMConfig::tile |
Tile number.
Definition at line 90 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::app::editor::SpriteEditor::OAMConfig::palette |
Palette number.
Definition at line 91 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::app::editor::SpriteEditor::OAMConfig::priority |
Priority.
Definition at line 92 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
bool yaze::app::editor::SpriteEditor::OAMConfig::flip_x |
Flip X.
Definition at line 93 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().
bool yaze::app::editor::SpriteEditor::OAMConfig::flip_y |
Flip Y.
Definition at line 94 of file sprite_editor.h.
Referenced by yaze::app::editor::SpriteEditor::DrawSpriteCanvas().