From d9b5c57c91ba77b840ede8c4385229cf004f5747 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 15 Feb 2021 15:49:58 -0500 Subject: Added heart glyph and gamestate script object --- res/scripts/common.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/scripts/common.lua') diff --git a/res/scripts/common.lua b/res/scripts/common.lua index 422d157..caab86a 100644 --- a/res/scripts/common.lua +++ b/res/scripts/common.lua @@ -30,6 +30,8 @@ SpriteLayer = { ABOVE = 1 } +gamestate = {} + function Delay(time) while time > 0 do time = time - coroutine.yield() -- cgit 1.4.1