Added main menu and basic functionality
This commit is contained in:
@@ -89,6 +89,7 @@ public partial class World : Node3D
|
||||
{
|
||||
Robot robot = ResourceLoader.LoadRobotPrefab().Instantiate<Robot>();
|
||||
robot.Position = map[0].tiles[1,1].Position;
|
||||
robot.Position -= new Vector3(0,1.5f,0);
|
||||
AddChild(robot);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user