Added setStrumlineY
This is essential for making maps with moving arrows
This commit is contained in:
parent
c9e6409782
commit
88e3505458
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user