What a mess

This commit is contained in:
Joan
2025-11-07 15:27:13 +01:00
parent 0b79b3ae59
commit 33cc9586c2
130 changed files with 29819 additions and 1175 deletions

View File

@@ -120,7 +120,10 @@ def load_world() -> World:
description=loc_data['description'],
image_path=loc_data['image_path'],
x=loc_data.get('x', 0.0),
y=loc_data.get('y', 0.0)
y=loc_data.get('y', 0.0),
tags=loc_data.get('tags', []),
npcs=loc_data.get('npcs', []),
danger_level=loc_data.get('danger_level', 0)
)
# Add interactables using template-based format