feat: render interactive ashen fields world

This commit is contained in:
Bastian Wagner
2026-08-19 08:25:42 +02:00
parent fce03e220d
commit 1e2bfe6e4b
21 changed files with 1933 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ export async function seedVisibleVerticalSlice(
dangerLevel: 0,
isSafe: true,
huntingEnabled: false,
artworkPath: '/assets/locations/south-gate.webp',
artworkPath: '/images/backgrounds/Suedtor.png',
},
{
id: BURNED_ROAD_ID,
@@ -39,7 +39,7 @@ export async function seedVisibleVerticalSlice(
dangerLevel: 1,
isSafe: false,
huntingEnabled: true,
artworkPath: '/assets/locations/burned-road.webp',
artworkPath: '/images/backgrounds/Aschestrasse.png',
},
];
let southGateId = SOUTH_GATE_ID;