(Adventure Mode): Fix abandoned town (#7665)

* Fixing an issue in which touching the space the map occupies outside of the world map does not allow the player to move (very relevant on maps with content in the top left corner)

* Adventure Mode: Fix Quest_APortalToNowhere, in which the file path got moved but the point of interest json was not updated

* Manually altering points_of_interest.json instead of using the adventure editor tool

* Actual change was removed during synchronization with remote head, re-applying actual fix
This commit is contained in:
rwalters
2025-05-25 08:47:23 -04:00
committed by GitHub
parent ce19c4fb9d
commit 16a2ae6741

View File

@@ -3407,7 +3407,7 @@
"count": 1,
"spriteAtlas": "../common/maps/tileset/buildings.atlas",
"sprite": "WasteTown",
"map": "../common/maps/map/main_story_explore/waste_town_abandoned.tmx",
"map": "../common/maps/map/main_story_defend/waste_town_abandoned.tmx",
"radiusFactor": 0.8,
"questTags": [
"Quest_APortalToNowhere"