chore: storing version and changelog

This commit is contained in:
BHSDuncan
2022-10-31 20:45:30 +00:00
parent d5b15b3f5c
commit fed2a98270
4 changed files with 28 additions and 15 deletions

View File

@@ -1342,9 +1342,9 @@ func export_generate_animations(character_node, num_directions) -> void:
var current_ticks = OS.get_ticks_msec()
if current_ticks - display_refresh_timer > 30:
yield(get_tree(), "idle_frame")
display_refresh_timer = current_ticks
if num_directions == 4:
progress_bar_update("Processing "+str(animtype)+" "+str(anim_dir),2)
else: