mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user