Added setStrumlineY
This is essential for making maps with moving arrows
This commit is contained in:
@@ -400,6 +400,13 @@ class ModchartState
|
|||||||
PlayState.instance.camHUD.zoom = zoomAmount;
|
PlayState.instance.camHUD.zoom = zoomAmount;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// strumline
|
||||||
|
|
||||||
|
Lua_helper.add_callback(lua, "setStrumlineY", function(y:Float)
|
||||||
|
{
|
||||||
|
PlayState.instance.strumLine.y = y;
|
||||||
|
});
|
||||||
|
|
||||||
// actors
|
// actors
|
||||||
|
|
||||||
Lua_helper.add_callback(lua,"getRenderedNotes", function() {
|
Lua_helper.add_callback(lua,"getRenderedNotes", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user