Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
{ "url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.1.zip", "source": "" },
{ "url": "https://github.com/RookieBr-2/easter-bunny-restored/releases/download/0.1.6/easter-bunny-restored.ccmod", "source": "" },
{ "url": "https://github.com/krypciak/cc-bgm-crossfade/releases/download/v1.0.3/cc-bgm-crossfade-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.0.1/load-from-pause.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.1.0/load-from-pause.ccmod", "source": "" },
{ "url": "https://github.com/Hsifnus/autumns-genesis/archive/refs/tags/v0.2.7.zip", "source": "" }
]
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
{ "url": "https://github.com/Principles1/CrackCode/archive/refs/tags/v0.0.1.zip", "source": "" },
{ "url": "https://github.com/RookieBr-2/easter-bunny-restored/releases/download/0.1.6/easter-bunny-restored.ccmod", "source": "" },
{ "url": "https://github.com/krypciak/cc-bgm-crossfade/releases/download/v1.0.3/cc-bgm-crossfade-1.0.3.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.0.1/load-from-pause.ccmod", "source": "" },
{ "url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.1.0/load-from-pause.ccmod", "source": "" },
{ "url": "https://github.com/Hsifnus/autumns-genesis/archive/refs/tags/v0.2.7.zip", "source": "" }
]
19 changes: 14 additions & 5 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4649,7 +4649,7 @@
"load-from-pause": {
"metadataCCMod": {
"id": "load-from-pause",
"version": "1.0.1",
"version": "1.1.0",
"title": "Load from Pause",
"description": "Adds a 'Load Game' button to the pause menu.",
"repository": "https://github.com/Leo40Git/cc-load-from-pause",
Expand All @@ -4662,21 +4662,30 @@
"icons": {
"24": "icon24.png"
},
"dependencies": {
"nax-ccuilib": ">=1.5.0"
},
"prestart": "prestart.js"
},
"installation": [
{
"type": "zip",
"url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.0.1/load-from-pause.ccmod",
"url": "https://github.com/Leo40Git/cc-load-from-pause/releases/download/v1.1.0/load-from-pause.ccmod",
"source": "",
"hash": {
"sha256": "043370484b63942055a579a9ec8ebb428782c99e5bd0c322cd8ef5e20a87484f"
"sha256": "bd500c4581666aa9439c51a171c466fc6d21176034dcb835b22c04f9faafeb47"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1747936508000,
"stars": 1,
"lastUpdateTimestamp": 1750939656000,
"releasePages": [
{
"body": "- Use the new [nax-ccuilib](https://github.com/krypciak/nax-ccuilib) pause screen API.\r\n - This allows us to be compatible with other mods that add buttons to the pause screen.\r\n - The \"Load Game\" button has been moved to the side as a result of this.",
"version": "1.1.0",
"timestamp": 1750939656000,
"url": "https://github.com/Leo40Git/cc-load-from-pause/releases/tag/v1.1.0"
},
{
"body": "- Fix compatibility with Cheats mod",
"version": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.

Loading