Implement precise snapping in the animation editor
Holding Shift while snapping is enabled will now make snapping 4 times as precise.
This commit is contained in:
parent
7e731bbce2
commit
55b9c6804c
2 changed files with 16 additions and 2 deletions
|
|
@ -161,6 +161,7 @@ class AnimationPlayerEditor : public VBoxContainer {
|
|||
} onion;
|
||||
|
||||
void _select_anim_by_name(const String &p_anim);
|
||||
double _get_editor_step() const;
|
||||
void _play_pressed();
|
||||
void _play_from_pressed();
|
||||
void _play_bw_pressed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue