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

@@ -2,6 +2,7 @@ module TAC
class Simulator
class Robot
attr_accessor :position, :angle
attr_reader :width, :depth
def initialize(width:, depth:)
@width, @depth = width, depth