diff --git a/images/items/Ascendant_Light.png b/images/items/Ascendant_Light.png index 2b27b3c..da58a53 100644 Binary files a/images/items/Ascendant_Light.png and b/images/items/Ascendant_Light.png differ diff --git a/images/items/Cling_Gem.png b/images/items/Cling_Gem.png index 42ff56b..e051145 100644 Binary files a/images/items/Cling_Gem.png and b/images/items/Cling_Gem.png differ diff --git a/images/items/Dream_Breaker.png b/images/items/Dream_Breaker.png index f865371..6331b02 100644 Binary files a/images/items/Dream_Breaker.png and b/images/items/Dream_Breaker.png differ diff --git a/images/items/Heliacal_Power.png b/images/items/Heliacal_Power.png index e972904..c965e30 100644 Binary files a/images/items/Heliacal_Power.png and b/images/items/Heliacal_Power.png differ diff --git a/images/items/Slide.png b/images/items/Slide.png index 8d0cc5a..55d9c8a 100644 Binary files a/images/items/Slide.png and b/images/items/Slide.png differ diff --git a/images/items/Solar_Wind.png b/images/items/Solar_Wind.png index cf2a8c7..46120c2 100644 Binary files a/images/items/Solar_Wind.png and b/images/items/Solar_Wind.png differ diff --git a/images/items/Soul_Cutter.png b/images/items/Soul_Cutter.png index bcf3700..41151b6 100644 Binary files a/images/items/Soul_Cutter.png and b/images/items/Soul_Cutter.png differ diff --git a/images/items/Strikebreak.png b/images/items/Strikebreak.png index 8de0988..42b1470 100644 Binary files a/images/items/Strikebreak.png and b/images/items/Strikebreak.png differ diff --git a/images/items/Sun_Greaves.png b/images/items/Sun_Greaves.png index e8f197c..19bd56a 100644 Binary files a/images/items/Sun_Greaves.png and b/images/items/Sun_Greaves.png differ diff --git a/images/items/Sunsetter.png b/images/items/Sunsetter.png index f695907..fd6585c 100644 Binary files a/images/items/Sunsetter.png and b/images/items/Sunsetter.png differ diff --git a/layouts/items.json b/layouts/items.json index 70ddd96..3e16fef 100644 --- a/layouts/items.json +++ b/layouts/items.json @@ -1,5 +1,3 @@ -// sets layouts for shadred items grids -// bigger example: https://github.com/Cyb3RGER/sm_ap_tracker/blob/main/layouts/items.json { "shared_item_grid": { "type": "array", @@ -13,8 +11,8 @@ "content": [ { "type": "itemgrid", - "item_margin": "10, 10", - "item_size": 50, + "item_margin": "5, 7", + "item_size": 60, "h_alignment": "left", "rows": [ [ @@ -40,7 +38,7 @@ [ "smallkey", "majorkey" - ], + ] ] } ] diff --git a/manifest.json b/manifest.json index f2eeb30..2406455 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Pseudoregalia", "game_name": "Pseudoregalia", - "package_version": "0.1.3.6", + "package_version": "0.1.3.7", "package_uid": "pseudoregalia_brooty", "platform": "pc", "author": "Br00ty", @@ -19,5 +19,6 @@ ] } }, - "versions_url": "https://raw.githubusercontent.com/Br00ty/pseudoregalia_brooty/master/versions.json" + "versions_url": "https://raw.githubusercontent.com/Br00ty/pseudoregalia_brooty/master/versions.json", + "min_poptracker_version": "0.25.3" } \ No newline at end of file diff --git a/versions.json b/versions.json index ee8fd33..3173126 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,14 @@ { "versions": [ + { + "package_version": "0.1.3.7", + "download_url": "https://github.com/Br00ty/pseudoregalia_brooty/releases/download/0.1.3.7/pseudoregalia_brooty.zip", + "sha256": "549ba58d174be98176c5d028a37dd604ce211146ee53ec993f7af8da8035c4e7", + "changelog": [ + "minor update to manifest to support min_poptracker_version", + "edited images to make them more visible when toggled" + ] + }, { "package_version": "0.1.3.6", "download_url": "https://github.com/Br00ty/pseudoregalia_brooty/releases/download/0.1.3.6/pseudoregalia_brooty.zip",