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 124 of file sprite_editor.h.
| uint16_t yaze::editor::SpriteEditor::OAMConfig::x = 0 |
Definition at line 125 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint16_t yaze::editor::SpriteEditor::OAMConfig::y = 0 |
Definition at line 126 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::tile = 0 |
Definition at line 127 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::palette = 0 |
Definition at line 128 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| uint8_t yaze::editor::SpriteEditor::OAMConfig::priority = 0 |
Definition at line 129 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| bool yaze::editor::SpriteEditor::OAMConfig::flip_x = false |
Definition at line 130 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().
| bool yaze::editor::SpriteEditor::OAMConfig::flip_y = false |
Definition at line 131 of file sprite_editor.h.
Referenced by yaze::editor::SpriteEditor::DrawSpriteCanvas().