-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71cf572
commit b65134e
Showing
10 changed files
with
576 additions
and
611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
{ | ||
"geode": "3.8.1", | ||
"gd": { | ||
"win": "2.206", | ||
"android": "2.206", | ||
"mac": "2.206" | ||
}, | ||
"version": "v1.6.2", | ||
"id": "alphalaneous.happy_textures", | ||
"name": "Happy Textures :3", | ||
"developer": "Alphalaneous", | ||
"description": "Fixes texture pack annoyances", | ||
"early-load": true, | ||
"dependencies": [ | ||
"geode": "4.0.0-alpha.1", | ||
"gd": { | ||
"win": "2.2074", | ||
"android": "2.2074", | ||
"mac": "2.2074" | ||
}, | ||
"version": "v1.6.3-alpha.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.15.0", | ||
"importance": "required" | ||
} | ||
], | ||
"resources": { | ||
"resources": { | ||
"files": [ | ||
"resources/*" | ||
"resources/*" | ||
], | ||
"sprites": [ | ||
"sprites/*" | ||
] | ||
"sprites": [ | ||
"sprites/*" | ||
] | ||
}, | ||
"links": { | ||
"links": { | ||
"homepage": "https://twitter.com/alphalaneous", | ||
"source": "https://github.com/Alphalaneous/HappyTextures", | ||
"community": "https://discord.gg/Txn2CA5dHF" | ||
}, | ||
"tags": ["universal", "interface", "enhancement", "bugfix", "offline", "utility", "customization"], | ||
"settings": { | ||
"ccscale9sprite-fix": { | ||
"tags": ["universal", "interface", "enhancement", "bugfix", "offline", "utility", "customization"], | ||
"settings": { | ||
"ccscale9sprite-fix": { | ||
"name": "CCScale9Sprite Fix", | ||
"description": "Fix sprite overlapping when you have transparent CCScale9Sprites (Such as on the level search page).", | ||
"description": "Fix sprite overlapping when you have transparent CCScale9Sprites (Such as on the level search page).", | ||
"type": "bool", | ||
"default": true, | ||
"platforms": ["win", "android"] | ||
"platforms": ["win", "android"] | ||
}, | ||
"pusab-fix": { | ||
"pusab-fix": { | ||
"name": "Pusab Fix", | ||
"description": "Makes changing pusab in texture packs not affect the font within levels.", | ||
"description": "Makes changing pusab in texture packs not affect the font within levels.", | ||
"type": "bool", | ||
"default": true, | ||
"platforms": ["win", "android"] | ||
"platforms": ["win", "android"] | ||
}, | ||
"comment-border-fix": { | ||
"comment-border-fix": { | ||
"name": "Comment Border Fix", | ||
"description": "Makes comment borders look cleaner, especially with texture packs.", | ||
"description": "Makes comment borders look cleaner, especially with texture packs.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"ui-modifications": { | ||
"ui-modifications": { | ||
"name": "Allow UI Modifications", | ||
"description": "Allow Tetxure Packs to edit the game's interface.", | ||
"description": "Allow Tetxure Packs to edit the game's interface.", | ||
"type": "bool", | ||
"default": true | ||
}, | ||
"hot-reload": { | ||
"hot-reload": { | ||
"name": "Hot Reload", | ||
"description": "Allow hot reloading of UI elements, use if you are a texture pack creator.", | ||
"description": "Allow hot reloading of UI elements, use if you are a texture pack creator.", | ||
"type": "bool", | ||
"default": false | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.