From eb214924dc8a60f373d48c01f3559c2f3e99a0ec Mon Sep 17 00:00:00 2001 From: Kade M Date: Sun, 16 May 2021 13:08:07 -0700 Subject: [PATCH] I completely forgot about this lol! --- .gitignore | 1 + source/ModchartState.hx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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);