Reworked DSL for better architecture, implemented wall-phasing movement.
This commit is contained in:
@@ -40,6 +40,7 @@ public partial class RobotList : PanelContainer
|
||||
display.OnRobotJumpTo += (robot) =>
|
||||
{
|
||||
EmitSignal(SignalName.OnRobotJumpTo, robot);
|
||||
Visible = false;
|
||||
};
|
||||
robotList.AddChild(display);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user