I completely forgot about this lol!

This commit is contained in:
Kade M 2021-05-16 13:08:07 -07:00
parent 4b8527dd83
commit eb214924dc
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
export/
.vscode/
assets/preload/data/milf/modchart.lua

View File

@ -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);