Animation only plays on frames of the same tag

If there are no tags, the animation plays on all frames, as before. Currently no front-end way of toggling this behavior.
This commit is contained in:
OverloadedOrama 2020-04-11 20:10:07 +03:00
parent d0c4fbc6eb
commit 4c9a58a333
3 changed files with 14 additions and 5 deletions

View file

@ -35,6 +35,7 @@ var transparent_background : ImageTexture
var selected_pixels := []
var image_clipboard : Image
var animation_tags := [] setget animation_tags_changed # [Name, Color, From, To]
var play_only_tags := true
# warning-ignore:unused_class_variable
var theme_type := "Dark"