mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
SpriteFramesEditor Fix preview grid in "Select Frames" dialog
This commit is contained in:
parent
88c3e3180a
commit
ad7a6102ae
2 changed files with 72 additions and 57 deletions
|
@ -135,6 +135,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
|||
|
||||
void _open_sprite_sheet();
|
||||
void _prepare_sprite_sheet(const String &p_file);
|
||||
int _sheet_preview_position_to_frame_index(const Vector2 &p_position);
|
||||
void _sheet_preview_draw();
|
||||
void _sheet_spin_changed(double);
|
||||
void _sheet_preview_input(const Ref<InputEvent> &p_event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue