You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,15 @@ This plugin adds:
5
5
- a **styleground preview** that lets you see what your parallaxes will look like
6
6
- keybinds to **snap selected objects to a customisable grid** (<kbd>ctrl + shift + arrow keys</kbd> / <kbd>shift + S</kbd> by default), and to **view that grid** (<kbd>ctrl + shift + G</kbd>)
7
7
- keybinds to **pan the view**, defaulting to <kbd>alt + </kbd><kbd>W</kbd><kbd>A</kbd><kbd>S</kbd><kbd>D</kbd>
8
-
- a tool to **move rooms** (even several at a time)
9
8
- a tool to **teleport the player** using Everest's DebugRC interface
10
9
- a **coordinate viewer** (<kbd>`</kbd> by default)
11
10
- scripts (for use with [Lönn Scripts](https://gamebanana.com/tools/8050)) to:
12
11
-**copy and paste stylegrounds** using the clipboard, so you can move them between maps, edit them in a text editor, or send them to others;
13
12
-**convert fillers into filler rooms**, for easier editing
14
13
-**fix lightbeams placed in Ahorn**
15
14
16
-
It also supports the following experimental add-ons, which you should **only put in your mods folder if you're actively using them**, and **could break even unrelated plugins very easily (!)**:
17
-
- a **brush mask**, in the edit menu, which lets you make tools only replace either air or ground, rather than both, available [here](https://github.com/microlith57/AnotherLoennPlugin/releases/tag/brushmask-v1.0.0)
18
-
- a **colourgrade preview**, available [here](https://github.com/microlith57/AnotherLoennPlugin/releases/tag/colorgrading-v1.0.0)
19
-
20
15
These features can be configured; see [the wiki](https://github.com/microlith57/AnotherLoennPlugin/wiki) for information.
21
16
22
-
Note that this will intentionally stop working for newer Lönn (major) versions than it is updated for (currently v0.8.x, so it won't work for v0.9.x), to make sure it doesn't break things.
17
+
Note that this will intentionally stop working for newer Lönn (major) versions than it is updated for (currently v0.9.x, so it won't work for v0.10.x / v1.x), to make sure it doesn't break things.
23
18
24
19
Some code in this repository is derived from [Lönn](https://github.com/CelestialCartographers/Loenn) under the MIT License.
0 commit comments