You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 refectorimng room.nitro to be loaded by the renderer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user