Added setStrumlineY

This is essential for making maps with moving arrows
This commit is contained in:
Carson Kompon 2021-05-22 22:09:21 -04:00
parent c9e6409782
commit 88e3505458

View File

@ -400,6 +400,13 @@ class ModchartState
PlayState.instance.camHUD.zoom = zoomAmount;
});
// strumline
Lua_helper.add_callback(lua, "setStrumlineY", function(y:Float)
{
PlayState.instance.strumLine.y = y;
});
// actors
Lua_helper.add_callback(lua,"getRenderedNotes", function() {