This commit is contained in:
Joan
2025-11-27 16:27:01 +01:00
parent 33cc9586c2
commit 81f8912059
304 changed files with 56149 additions and 10122 deletions

View File

@@ -181,7 +181,7 @@ def _load_fallback_world() -> World:
id="start_point",
name="🌆 Ruined Downtown Core",
description="The wind howls through skeletal skyscrapers. Debris litters the cracked asphalt.",
image_path="images/locations/downtown.png",
image_path="images/locations/downtown.webp",
x=0.0,
y=0.0
)
@@ -190,7 +190,7 @@ def _load_fallback_world() -> World:
rubble = Interactable(
id="rubble",
name="Pile of Rubble",
image_path="images/interactables/rubble.png"
image_path="images/interactables/rubble.webp"
)
search_action = Action(id="search", label="🔎 Search Rubble", stamina_cost=2)
search_action.add_outcome("success", Outcome(