Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from Alphalaneous - alphalaneous.happy_textures
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed May 25, 2024
1 parent 1e85e09 commit 1ff1733
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,8 @@
"1.1.10",
"1.1.11",
"1.1.12",
"1.1.13"
"1.1.13",
"1.1.14"
]
},
"kevadroz.nocontrollerglyphs": {
Expand Down
15 changes: 15 additions & 0 deletions mods-v2/alphalaneous.happy_textures/1.1.14/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"commit-author": "Alphalaneous",
"platforms": [
"macos",
"windows",
"android32",
"android64"
],
"mod": {
"download": "https://github.com/Alphalaneous/HappyTextures/releases/download/1.1.14/alphalaneous.happy_textures.geode",
"hash": "1a55c127f15cac0516fea27dc556e5d61ecbeea578fba535723ed4b9bdc16544",
"hash256": "b443a160ea613f07dbe15212272999472f3f635a529baa18f3af88be3cbe4502"
},
"tags": []
}
52 changes: 52 additions & 0 deletions mods-v2/alphalaneous.happy_textures/1.1.14/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"geode": "2.0.0-beta.26",
"gd": {
"win": "2.204",
"android": "2.205",
"mac": "2.200"
},
"version": "v1.1.14",
"id": "alphalaneous.happy_textures",
"name": "Happy Textures :3",
"developer": "Alphalaneous",
"description": "Fixes texture pack annoyances",
"early-load": true,
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.1.1",
"importance": "required"
}
],
"resources": {
"files": [
"resources/bigFont.png",
"resources/bigFont-hd.png",
"resources/bigFont-uhd.png",
"resources/bigFont.fnt",
"resources/bigFont-hd.fnt",
"resources/bigFont-uhd.fnt"
]
},
"settings": {
"ccscale9sprite-fix": {
"name": "CCScale9Sprite Fix",
"description": "Fix sprite overlapping when you have transparent CCScale9Sprites (Such as on the level search page).",
"type": "bool",
"default": true
},
"pusab-fix": {
"name": "Pusab Fix",
"description": "Makes changing pusab in texture packs not affect the font within levels.",
"type": "bool",
"default": true,
"platforms": ["win", "android"]
},
"ui-modifications": {
"name": "Allow UI Modifications",
"description": "Allow Tetxure Packs to edit the game's interface.",
"type": "bool",
"default": true
}
}
}

0 comments on commit 1ff1733

Please sign in to comment.