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 100 of file sprite_editor.h.
uint16_t yaze::editor::SpriteEditor::OAMConfig::x |
X offset.
Definition at line 101 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
uint16_t yaze::editor::SpriteEditor::OAMConfig::y |
Y offset.
Definition at line 102 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::editor::SpriteEditor::OAMConfig::tile |
Tile number.
Definition at line 103 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::editor::SpriteEditor::OAMConfig::palette |
Palette number.
Definition at line 104 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
uint8_t yaze::editor::SpriteEditor::OAMConfig::priority |
Priority.
Definition at line 105 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
bool yaze::editor::SpriteEditor::OAMConfig::flip_x |
Flip X.
Definition at line 106 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
bool yaze::editor::SpriteEditor::OAMConfig::flip_y |
Flip Y.
Definition at line 107 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().