Moved robots to separate folders and a dedicated robotlist in the UI
This commit is contained in:
@@ -12,7 +12,12 @@ public partial class ResourceLoader
|
||||
|
||||
public static PackedScene LoadRobotPrefab()
|
||||
{
|
||||
return GD.Load<PackedScene>($"res://Prefabs/Robot.tscn");
|
||||
return GD.Load<PackedScene>($"res://Prefabs/Robot/Robot.tscn");
|
||||
}
|
||||
|
||||
public static PackedScene LoadRobotDisplay()
|
||||
{
|
||||
return GD.Load<PackedScene>($"res://Prefabs/Robot/RobotDisplay.tscn");
|
||||
}
|
||||
|
||||
public static Dictionary<string, MeshInstance3D> LoadTiles()
|
||||
|
||||
Reference in New Issue
Block a user