Skip to content

Commit

Permalink
add discord server link
Browse files Browse the repository at this point in the history
  • Loading branch information
anatom3000 committed Jan 1, 2025
1 parent f0d4a7f commit f1703af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This mod adds a button to the edit tab in the editor that places copies of the selected objects, varying position, rotation, scale and HSV by any formula depending on `t`. This allows you to precisely place objects.

[Example setup](https://github.com/anatom3000/Functional/blob/dev/functool_popup.png?raw=true)

[Result of setup](https://github.com/anatom3000/Functional/blob/dev/functool_result.png?raw=true)

## Supported operations
Expand All @@ -18,7 +19,7 @@ This mod adds a button to the edit tab in the editor that places copies of the s
- `min(..., ...)`, `max(..., ...)`

## Issues
If you encounter any bug, please DM the developer on Discord: `@anatom3000` or [create an issue on Github](https://github.com/anatom3000/Functional/issues).
If you encounter any bug, please report it on the [Discord server](https://discord.gg/cWng6AamgY) or [create an issue on Github](https://github.com/anatom3000/Functional/issues).

## Credits
This mod is based on [matcool's Circle Tool](mod:mat.circle-tool), although almost every part of the code has been modified in some way and the core logic has been completely rewritten.
7 changes: 5 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "Functional",
"description": "Editor tool for placing objects using formulas",
"developer": "anatom3000",
"repository": "https://github.com/anatom3000/Functional",
"links": {
"source": "https://github.com/anatom3000/Functional",
"community": "https://discord.gg/cWng6AamgY"
},
"id": "anatom3000.functional",
"version": "v1.1.4",
"version": "v1.1.5",
"geode": "4.0.1",
"gd": {
"win": "2.2074",
Expand Down

0 comments on commit f1703af

Please sign in to comment.