Renamed robot to not be confused with narrator, Added more tutorial bubbles,

This commit is contained in:
2026-05-10 20:30:40 +02:00
parent 8170b700b2
commit 4da757c1b6
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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);