Public Attributes | |
| uint16_t | x = 0 |
| uint16_t | y = 0 |
| uint8_t | tile = 0 |
| uint8_t | palette = 0 |
| uint8_t | priority = 0 |
| bool | flip_x = false |
| bool | flip_y = false |
Definition at line 137 of file sprite_editor.h.
| uint16_t yaze::editor::SpriteEditor::OAMConfig::x = 0 |
Definition at line 138 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint16_t yaze::editor::SpriteEditor::OAMConfig::y = 0 |
Definition at line 139 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::tile = 0 |
Definition at line 140 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::palette = 0 |
Definition at line 141 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::priority = 0 |
Definition at line 142 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| bool yaze::editor::SpriteEditor::OAMConfig::flip_x = false |
Definition at line 143 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| bool yaze::editor::SpriteEditor::OAMConfig::flip_y = false |
Definition at line 144 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().