Skip to content

Commit

Permalink
make folder match the level name (#308)
Browse files Browse the repository at this point in the history
* level name and containing folder must match to allow loading level by
  name

Signed-off-by: Mateusz Żak <mateusz.zak@robotec.ai>
  • Loading branch information
zakmat authored May 2, 2023
1 parent 89eaa99 commit 1039e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Templates/Ros2FleetRobotTemplate/Template/autoexec.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LoadLevel levels/warehousescene/warehouse.spawnable
LoadLevel levels/warehouse/warehouse.spawnable
4 changes: 2 additions & 2 deletions Templates/Ros2FleetRobotTemplate/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"isTemplated": true
},
{
"file": "Levels/WarehouseScene/Warehouse.prefab",
"file": "Levels/Warehouse/Warehouse.prefab",
"isTemplated": false
},
{
Expand Down Expand Up @@ -302,7 +302,7 @@
"dir": "Levels"
},
{
"dir": "Levels/WarehouseScene"
"dir": "Levels/Warehouse"
},
{
"dir": "Levels/playground"
Expand Down

0 comments on commit 1039e1f

Please sign in to comment.