Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from HJfod - hjfod.betteredit
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed May 23, 2024
1 parent 5c45e9d commit efb2f93
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
19 changes: 19 additions & 0 deletions mods-v2/hjfod.betteredit/6.4.0/entry.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
147 changes: 147 additions & 0 deletions mods-v2/hjfod.betteredit/6.4.0/mod.json
Original file line number Diff line number Diff line change
@@ -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. <cr>Requires re-entering the editor!</c>",
"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. <cr>Requires re-entering the editor!</c>"
},
"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 <cr>New Color Menu</c>, 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. <cr>Requires re-entering the editor!</c>",
"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"]
}
9 changes: 5 additions & 4 deletions mods-v2/hjfod.betteredit/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

The ultimate editor improvement mod.

<cr>Does not have all the features of BE 4 yet, but they're</c> <cy>coming soon!</c>

## 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!
8 changes: 8 additions & 0 deletions mods-v2/hjfod.betteredit/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified mods-v2/hjfod.betteredit/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 efb2f93

Please sign in to comment.