Renamed robot to not be confused with narrator, Added more tutorial bubbles,
This commit is contained in:
@@ -139,7 +139,7 @@ public partial class World : Node3D
|
||||
private void SpawnDefaultRobot()
|
||||
{
|
||||
Robot robot = ResourceLoader.LoadRobotPrefab().Instantiate<Robot>();
|
||||
robot.Name = "Bob";
|
||||
robot.Name = "Robot #1";
|
||||
robot.Position = map[0].tiles[0, 0].Position;
|
||||
AddChild(robot);
|
||||
robots.Add(robot);
|
||||
|
||||
Reference in New Issue
Block a user