From 840ab82526d07028154cd1aeee2423e70bfd55da Mon Sep 17 00:00:00 2001 From: Brooty Johnson <83629348+Br00ty@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:32:14 -0400 Subject: [PATCH] fixed locations for Dream Breaker and Slide --- locations/locations.json | 8 ++++---- manifest.json | 2 +- versions.json | 8 ++++++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/locations/locations.json b/locations/locations.json index ba4b292..93e059a 100644 --- a/locations/locations.json +++ b/locations/locations.json @@ -15,8 +15,8 @@ "map_locations": [ { "map": "full_map", - "x": 467, - "y": 2030 + "x": 1457, + "y": 1968 } ] }, @@ -33,8 +33,8 @@ "map_locations": [ { "map": "full_map", - "x": 1457, - "y": 1968 + "x": 467, + "y": 2030 } ] }, diff --git a/manifest.json b/manifest.json index 82a9d69..16ca498 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Pseudoregalia", "game_name": "Pseudoregalia", - "package_version": "0.1.3.4", + "package_version": "0.1.3.5", "package_uid": "pseudoregalia_brooty", "platform": "pc", "author": "Br00ty", diff --git a/versions.json b/versions.json index b55b6ca..17a4612 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,13 @@ { "versions": [ + { + "package_version": "0.1.3.5", + "download_url": "https://github.com/Br00ty/pseudoregalia_brooty/releases/download/0.1.3.5/pseudoregalia_brooty.zip", + "sha256": "44c5cd005cba90029baad1629e2f532e97931912404c9b8beb01f4cba1393585", + "changelog": [ + "'Dream Breaker' and 'Slide' locations were swapped" + ] + }, { "package_version": "0.1.3.4", "download_url": "https://github.com/Br00ty/pseudoregalia_brooty/releases/download/0.1.3.4/pseudoregalia_brooty.zip",