diff --git a/.gitignore b/.gitignore index 08da7b0..8e2966d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ export/ .vscode/ +assets/preload/data/milf/modchart.lua diff --git a/source/ModchartState.hx b/source/ModchartState.hx index c59c7ad..aea76e3 100644 --- a/source/ModchartState.hx +++ b/source/ModchartState.hx @@ -348,9 +348,9 @@ class ModchartState // sprites - Lua_helper.add_callback(lua,"makeSprite", makeLuaSprite)); + Lua_helper.add_callback(lua,"makeSprite", makeLuaSprite); - Lua_helper.add_callback(lua,"getProperty", getPropertyByName)); + Lua_helper.add_callback(lua,"getProperty", getPropertyByName); Lua_helper.add_callback(lua,"destroySprite", function(id:String) { var sprite = luaSprites.get(id);