-
-
Notifications
You must be signed in to change notification settings - Fork 10
How to use Lore Engine specific features
sayofthelor edited this page Feb 27, 2022
·
7 revisions
To use touch controls, compile the game with the flag -mobile
.
To use custom noteskins per-character, open the character editor and change Noteskin name
to the filename of the noteskin you would like to use.
This goes in assets/shared/images
if you are compiling your mod and mods/images
if you aren't.
This Lua function makes it so the scroll underlay moves. This is for modcharts and is disabled by default.
To enable it, go into your song's script.lua
file and put setUnderlayUpdate(true)
when you would like to enable it.
To disable it you can put setUnderlayUpdate(false)
.