Changed current frame label

Current frame label now shows the current frame and the number of all frames. Also, when saving frames as multiple files, the count starts at 1 instead of 0.
This commit is contained in:
OverloadedOrama 2019-09-10 12:47:15 +03:00
parent 088962e149
commit 4331a0232e
4 changed files with 15 additions and 27 deletions

View file

@ -4,5 +4,4 @@ var frame := 0
func _on_FrameButton_pressed() -> void:
Global.current_frame = frame
#print(len(Global.canvases))
Global.change_frame()