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

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