From 888ec51023f7cb80addd5bc97fe986391048fe90 Mon Sep 17 00:00:00 2001 From: GeodeBot Date: Sat, 25 May 2024 08:54:03 +0000 Subject: [PATCH] Update from HJfod - hjfod.betteredit --- config.json | 3 +- mods-v2/hjfod.betteredit/6.4.3/entry.json | 19 +++ mods-v2/hjfod.betteredit/6.4.3/mod.json | 153 ++++++++++++++++++++++ mods-v2/hjfod.betteredit/changelog.md | 7 +- mods-v2/hjfod.betteredit/logo.png | Bin 50223 -> 50223 bytes 5 files changed, 179 insertions(+), 3 deletions(-) create mode 100644 mods-v2/hjfod.betteredit/6.4.3/entry.json create mode 100644 mods-v2/hjfod.betteredit/6.4.3/mod.json diff --git a/config.json b/config.json index e6ef6616..da6dc0da 100644 --- a/config.json +++ b/config.json @@ -2058,7 +2058,8 @@ "6.3.5", "6.4.0", "6.4.1", - "6.4.2" + "6.4.2", + "6.4.3" ] }, "elsai.pause_menu_zoom": { diff --git a/mods-v2/hjfod.betteredit/6.4.3/entry.json b/mods-v2/hjfod.betteredit/6.4.3/entry.json new file mode 100644 index 00000000..d1416d47 --- /dev/null +++ b/mods-v2/hjfod.betteredit/6.4.3/entry.json @@ -0,0 +1,19 @@ +{ + "commit-author": "HJfod", + "platforms": [ + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/HJfod/BetterEdit/releases/download/v6.4.3/hjfod.betteredit.geode", + "hash": "cece75a2904a9224f9d83490bf22b47823cdd5ac30756fc0bb3249039051c3d0", + "hash256": "cb942dba8150e4da45d0b2d3d5a216c68b9dbf8e86ab3195d69e052272c8bf26" + }, + "tags": [ + "editor", + "enhancement", + "utility", + "customization" + ] +} \ No newline at end of file diff --git a/mods-v2/hjfod.betteredit/6.4.3/mod.json b/mods-v2/hjfod.betteredit/6.4.3/mod.json new file mode 100644 index 00000000..dc7fc351 --- /dev/null +++ b/mods-v2/hjfod.betteredit/6.4.3/mod.json @@ -0,0 +1,153 @@ +{ + "geode": "2.0.0-beta.26", + "version": "6.4.3", + "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!" + }, + "view-menu": { + "type": "bool", + "default": true, + "name": "Show View Tab", + "description": "Adds a new fourth tab to the editor with buttons from quickly toggling on/off the visibility of features" + }, + "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/changelog.md b/mods-v2/hjfod.betteredit/changelog.md index fe48bad0..849b68a8 100644 --- a/mods-v2/hjfod.betteredit/changelog.md +++ b/mods-v2/hjfod.betteredit/changelog.md @@ -1,5 +1,8 @@ -## v6.4.2 - * Fix accidentally using non-existant function +## v6.4.3 + * Fix playtest pausing not showing the UI + +## v6.4.2 + * Fix accidentally using non-existant function ## v6.4.1 * Add option for disabling the View Tab diff --git a/mods-v2/hjfod.betteredit/logo.png b/mods-v2/hjfod.betteredit/logo.png index 9245a8efbf41d320ba03b0895a41b8ddc795e3a6..ee6f5fae546cf03ebb8fe1b23c9220f9a4e14c13 100644 GIT binary patch delta 103 zcmZ4A!MwhMc|t#jB!?OESrgOPjnmx^2bzW$SXh~wSQ!{=8yHv_7+h}s5Xiv5pjzS@ sQIe8al4_NkpOTqY$zWt)WTIzopr0D=V`)c^nh delta 103 zcmZ4A!MwhMc|t#jgs6q3<hP;4m1fdGPE)^vobZ;HZZUzopr0F!