From 6123f09e9fd8c7d68832a6d33325456316aa6ec9 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Wed, 4 Sep 2019 03:09:07 -0400 Subject: Fixed boolean saving in lua table saving --- Scripts/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Scripts') diff --git a/Scripts/init.lua b/Scripts/init.lua index a57e8b3..6f510c1 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -25,6 +25,8 @@ bird = { y = 0.0 }, Name = "bord", + hellotrue = true, + hellofalse = false, Render = { texture = "Assets/player.png", visible = true -- cgit v1.2.3