Skip to content

Commit

Permalink
require min_poptracker_version, edited images to make items more visi…
Browse files Browse the repository at this point in the history
…ble when toggled
  • Loading branch information
Br00ty committed Oct 13, 2023
1 parent 523a5b5 commit 46f749c
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 7 deletions.
Binary file modified images/items/Ascendant_Light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Cling_Gem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Dream_Breaker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Heliacal_Power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Slide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Solar_Wind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Soul_Cutter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Strikebreak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Sun_Greaves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/items/Sunsetter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions layouts/items.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
[
Expand All @@ -40,7 +38,7 @@
[
"smallkey",
"majorkey"
],
]
]
}
]
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
9 changes: 9 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 46f749c

Please sign in to comment.