🆙 refectorimng room.nitro to be loaded by the renderer

This commit is contained in:
duckietm
2026-02-04 11:05:18 +01:00
parent 6a8dfc6c14
commit e056013d5d
158 changed files with 55 additions and 3666 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ export class RoomContentLoader implements IRoomContentLoader
case RoomContentLoader.PLACE_HOLDER_PET:
return [this.getAssetUrlWithGenericBase(RoomContentLoader.PLACE_HOLDER_PET)];
case RoomContentLoader.ROOM:
return [this.getAssetUrlWithGenericBase('room')];
return ['local://room'];
case RoomContentLoader.TILE_CURSOR:
return [this.getAssetUrlWithGenericBase(RoomContentLoader.TILE_CURSOR)];
case RoomContentLoader.SELECTION_ARROW: