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 22, 2024
1 parent 5525b0a commit 07b825d
Show file tree
Hide file tree
Showing 4 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 @@ -1211,7 +1211,8 @@
"1.1.1",
"1.1.2",
"1.1.3",
"1.1.4"
"1.1.4",
"1.1.5"
]
},
"kevadroz.nocontrollerglyphs": {
Expand Down
15 changes: 15 additions & 0 deletions mods-v2/alphalaneous.happy_textures/1.1.5/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.5/alphalaneous.happy_textures.geode",
"hash": "2ea0c7e8c90a6e8c88508ebd8f1028e4bf241210a26eb2756d314b31a72e3561",
"hash256": "65c5f1f434ec13dac16c9567991ca3db41dfdc88e1ff2aef82bd7e23dbd0cd73"
},
"tags": []
}
52 changes: 52 additions & 0 deletions mods-v2/alphalaneous.happy_textures/1.1.5/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.5",
"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
}
}
}
Binary file modified mods-v2/alphalaneous.happy_textures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07b825d

Please sign in to comment.