Tweaks to simulator robot, made start up animation skippable, made NamePromptDialog able to detect duplicate names, enabled cloning of groups and actions

This commit is contained in:
2020-06-10 18:07:30 -05:00
parent ca750c3b19
commit 79b53fdd7a
5 changed files with 75 additions and 23 deletions

View File

@@ -31,6 +31,12 @@ module TAC
push_state(Editor) if @transition_color.alpha >= 255
end
def button_up(id)
super
push_state(Editor)
end
end
end
end