From efb2f9313cb1165878353e04919407935363762b Mon Sep 17 00:00:00 2001 From: GeodeBot Date: Thu, 23 May 2024 09:08:33 +0000 Subject: [PATCH] Update from HJfod - hjfod.betteredit --- config.json | 3 +- mods-v2/hjfod.betteredit/6.4.0/entry.json | 19 +++ mods-v2/hjfod.betteredit/6.4.0/mod.json | 147 ++++++++++++++++++++++ mods-v2/hjfod.betteredit/about.md | 9 +- mods-v2/hjfod.betteredit/changelog.md | 8 ++ mods-v2/hjfod.betteredit/logo.png | Bin 50223 -> 50223 bytes 6 files changed, 181 insertions(+), 5 deletions(-) create mode 100644 mods-v2/hjfod.betteredit/6.4.0/entry.json create mode 100644 mods-v2/hjfod.betteredit/6.4.0/mod.json diff --git a/config.json b/config.json index 10210143..0e626458 100644 --- a/config.json +++ b/config.json @@ -2050,7 +2050,8 @@ "6.3.2", "6.3.3", "6.3.4", - "6.3.5" + "6.3.5", + "6.4.0" ] }, "elsai.pause_menu_zoom": { diff --git a/mods-v2/hjfod.betteredit/6.4.0/entry.json b/mods-v2/hjfod.betteredit/6.4.0/entry.json new file mode 100644 index 00000000..691366cd --- /dev/null +++ b/mods-v2/hjfod.betteredit/6.4.0/entry.json @@ -0,0 +1,19 @@ +{ + "commit-author": "HJfod", + "platforms": [ + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/HJfod/BetterEdit/releases/download/v6.4.0/hjfod.betteredit.geode", + "hash": "c7e5b10cc639ef94a013a8228d25bd8c9f31f39786034a210506b2fdc6af092b", + "hash256": "7568525b025679a13cb4dd7903e6bd5e3dfe0de1409af962fda8e2d118a56dc0" + }, + "tags": [ + "editor", + "enhancement", + "utility", + "customization" + ] +} \ No newline at end of file diff --git a/mods-v2/hjfod.betteredit/6.4.0/mod.json b/mods-v2/hjfod.betteredit/6.4.0/mod.json new file mode 100644 index 00000000..83930d48 --- /dev/null +++ b/mods-v2/hjfod.betteredit/6.4.0/mod.json @@ -0,0 +1,147 @@ +{ + "geode": "2.0.0-beta.26", + "version": "6.4.0", + "gd": { + "win": "2.204", + "mac": "2.200", + "android": "2.205" + }, + "id": "hjfod.betteredit", + "name": "BetterEdit", + "developers": ["HJfod"], + "description": "The Ultimate Editor Mod", + "repository": "https://github.com/HJfod/BetterEdit", + "links": { + "homepage": "https://betteredit.pro", + "source": "https://github.com/HJfod/BetterEdit", + "community": "https://discord.gg/UGHDfzQtpz" + }, + "dependencies": [ + { + "id": "geode.node-ids", + "version": "1.11.0", + "importance": "required" + }, + { + "id": "geode.custom-keybinds", + "version": "1.5.0", + "importance": "required", + "platforms": ["windows"] + }, + { + "id": "hjfod.gmd-api", + "version": "1.1.0", + "importance": "required" + }, + { + "id": "hjfod.bettersave", + "version": "1.2.0", + "importance": "required" + } + ], + "resources": { + "spritesheets": { + "UISheet": [ + "resources/*.png" + ], + "ViewTabSheet": [ + "resources/view/*.png" + ] + } + }, + "settings": { + "auto-save": { + "type": "bool", + "default": true, + "name": "Auto-save", + "description": "Automatically saves the level every 5 minutes, as well as creates a backup. The backups created by autosave get automatically deleted after 3 new ones have been created to avoid using too much disk space" + }, + "mouse-move-on-zoom": { + "type": "bool", + "default": true, + "name": "Zoom Towards Cursor", + "description": "When enabled and while holding down the CTRL key, zooming in the editor with the scroll wheel will be zoomed toward the cursor and not the center of the screen", + "platforms": ["windows", "macos"] + }, + "pinch-to-zoom": { + "type": "bool", + "default": true, + "name": "Pinch to Zoom", + "description": "When enabled, you can use two fingers to zoom", + "platforms": ["android32", "android64"] + }, + "show-zoom-text": { + "type": "bool", + "default": true, + "name": "Show Zoom Text", + "description": "When enabled, flashes the current zoom level as text when you zoom in / out in the editor" + }, + "scale-factor": { + "type": "float", + "default": 1.00, + "max": 1.00, + "min": 0.6, + "name": "Scale Factor", + "description": "The factor the UI should be scaled by. Requires re-entering the editor!", + "control": { + "slider": true, + "slider-step": 0.025 + } + }, + "scale-pause": { + "type": "bool", + "default": true, + "name": "Scale Pause Menu", + "description": "Whether the editor pause menu should be scaled according to the scale factor aswell" + }, + "scale-build-tabs": { + "type": "bool", + "default": true, + "name": "Scale Build Tabs", + "description": "Whether the tabs above the object selection area should be scaled according to the scale factor aswell" + }, + "better-font-select": { + "type": "bool", + "default": true, + "name": "New Font Selection Menu", + "description": "Replaces the old font select screen with a better one with scrolling" + }, + "new-edit-menu": { + "type": "bool", + "default": true, + "name": "New Edit Menu", + "description": "Changes the object moving menu to have the move button grouped directionally rather than in a list. Requires re-entering the editor!" + }, + "new-color-menu": { + "type": "bool", + "default": true, + "name": "New Color Menu", + "description": "Changes the object color selection menu to show more channels aswell as previews for colors and special colors" + }, + "larger-color-menu": { + "type": "bool", + "default": { + "win": false, + "mac": false, + "android": true + }, + "name": "Larger Color Menu", + "description": "If you're using the New Color Menu, this makes the color channel buttons a bit larger" + }, + "grid-size-controls": { + "type": "bool", + "default": true, + "name": "Show Grid Size Controls", + "description": "Shows controls in the UI for adjusting the size of the grid. Requires re-entering the editor!", + "platforms": ["windows", "android64"] + }, + "show-grid-on-size-change": { + "type": "bool", + "default": true, + "name": "Show Grid on Size Change", + "description": "If the grid is currently hidden and you use the controls to change its size, its toggled on", + "platforms": ["windows", "android64"] + } + }, + "tags": ["editor", "enhancement", "utility", "customization"] +} diff --git a/mods-v2/hjfod.betteredit/about.md b/mods-v2/hjfod.betteredit/about.md index 2e073368..3b6e8df3 100644 --- a/mods-v2/hjfod.betteredit/about.md +++ b/mods-v2/hjfod.betteredit/about.md @@ -2,15 +2,16 @@ The ultimate editor improvement mod. -Does not have all the features of BE 4 yet, but they're coming soon! - ## Features * Better color selection menu * Better font selection menu + * Better movement menu + * View tab for quickly toggling on/off visuals * Scroll wheel improvements - * Manually change the Grid size + * Custom Grid sizes * Set offset for Group IDs in Next Free * Pinch to zoom on mobile * Custom UI scaling - * Lots of new, fully customizable editor keybinds (only on Windows for now) + * Fully customizable editor keybinds + * And lots, lots more! diff --git a/mods-v2/hjfod.betteredit/changelog.md b/mods-v2/hjfod.betteredit/changelog.md index 3b787b64..b99d865d 100644 --- a/mods-v2/hjfod.betteredit/changelog.md +++ b/mods-v2/hjfod.betteredit/changelog.md @@ -1,4 +1,12 @@ +## v6.4.0 + + * Backups system + * View tab + * Better organized edit tab + * Hide UI button + * 1/4 and 1/8 moving is now relative to the current grid size + ## v6.3.5 * Add a border around the logo to have it fit with the Geode UI diff --git a/mods-v2/hjfod.betteredit/logo.png b/mods-v2/hjfod.betteredit/logo.png index 128a96a99d361a132561e18ad5144612eb0d1cfd..853cb6a19d549a5dc39ec7189f1567c347750745 100644 GIT binary patch delta 104 zcmZ4A!MwhMc|t#jI46g~`EIAMjnmx@2N@ZM7+6{vSXdbwX&V?=85qb3GOT7`U{Eb_ sjVMV;EJ?M>%}>cpt7I@TFf!3KFxAD-kngiY9H@c8)78&qol`;+05o+RZ~y=R delta 104 zcmZ4A!MwhMc|t!2i-3{rW5Ep@Hcodt9Asb;VrXV%YG7q#scm3jWniG#_N0S>fkCyz sHKHUXu_V