Skip to content

Commit 7878507

Browse files
committed
update for 0.9
1 parent ca93de9 commit 7878507

File tree

8 files changed

+4
-201
lines changed

8 files changed

+4
-201
lines changed

Loenn/consts/loenn_version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return require("utils.version_parser")("0.8.0")
1+
return require("utils.version_parser")("0.9.0")

Loenn/consts/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return require("utils.version_parser")("1.5.0")
1+
return require("utils.version_parser")("1.6.0")

Loenn/libraries/modules.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ local modules = {
22
{ name = "coords_view" },
33
-- { name = "texture_browser" },
44
{ name = "keyboard_pan" },
5-
{ name = "room_mover" },
65
{ name = "snap_to_grid" },
76
{ name = "styleground_preview" },
87
{ name = "teleporter" }

Loenn/modules/room_mover/main.lua

Lines changed: 0 additions & 10 deletions
This file was deleted.

Loenn/modules/room_mover/settings.lua

Whitespace-only changes.

Loenn/modules/room_mover/tool.lua

Lines changed: 0 additions & 181 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@ This plugin adds:
55
- a **styleground preview** that lets you see what your parallaxes will look like
66
- 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>)
77
- 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)
98
- a tool to **teleport the player** using Everest's DebugRC interface
109
- a **coordinate viewer** (<kbd>`</kbd> by default)
1110
- scripts (for use with [Lönn Scripts](https://gamebanana.com/tools/8050)) to:
1211
- **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;
1312
- **convert fillers into filler rooms**, for easier editing
1413
- **fix lightbeams placed in Ahorn**
1514

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-
2015
These features can be configured; see [the wiki](https://github.com/microlith57/AnotherLoennPlugin/wiki) for information.
2116

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.
2318

2419
Some code in this repository is derived from [Lönn](https://github.com/CelestialCartographers/Loenn) under the MIT License.

everest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Name: AnotherLoennPlugin
2-
Version: 1.5.0
2+
Version: 1.6.0
33
OptionalDependencies:
44
- Name: LoennScripts
55
Version: 1.0.8

0 commit comments

Comments
 (0)