diff --git a/config.json b/config.json index 05c2d8c9..0ef687be 100644 --- a/config.json +++ b/config.json @@ -1207,7 +1207,8 @@ "1.0.3", "1.0.4", "1.0.5", - "1.1.0" + "1.1.0", + "1.1.1" ] }, "kevadroz.nocontrollerglyphs": { diff --git a/mods-v2/alphalaneous.happy_textures/1.1.1/entry.json b/mods-v2/alphalaneous.happy_textures/1.1.1/entry.json new file mode 100644 index 00000000..81a08dc1 --- /dev/null +++ b/mods-v2/alphalaneous.happy_textures/1.1.1/entry.json @@ -0,0 +1,14 @@ +{ + "commit-author": "Alphalaneous", + "platforms": [ + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/Alphalaneous/HappyTextures/releases/download/1.1.1/alphalaneous.happy_textures.geode", + "hash": "4572708c248a99f12a0065c211ac28eead591631b96d943d7c3a99d912de6741", + "hash256": "6a3bad7d042212007cca4a3e2d0d43cfe43edf7073a726e385c23922b56e95e2" + }, + "tags": [] +} \ No newline at end of file diff --git a/mods-v2/alphalaneous.happy_textures/1.1.1/mod.json b/mods-v2/alphalaneous.happy_textures/1.1.1/mod.json new file mode 100644 index 00000000..cc0de49c --- /dev/null +++ b/mods-v2/alphalaneous.happy_textures/1.1.1/mod.json @@ -0,0 +1,50 @@ +{ + "geode": "2.0.0-beta.26", + "gd": { + "win": "2.204", + "android": "2.205" + }, + "version": "v1.1.1", + "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 + }, + "ui-modifications": { + "name": "Allow UI Modifications", + "description": "Allow Tetxure Packs to edit the game's interface.", + "type": "bool", + "default": true + } + } +} diff --git a/mods-v2/alphalaneous.happy_textures/logo.png b/mods-v2/alphalaneous.happy_textures/logo.png index c2ca2e96..f23b6c24 100644 Binary files a/mods-v2/alphalaneous.happy_textures/logo.png and b/mods-v2/alphalaneous.happy_textures/logo.png differ