diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-04 03:09:07 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-04 03:09:07 -0400 |
commit | 6123f09e9fd8c7d68832a6d33325456316aa6ec9 (patch) | |
tree | aac8bcea126922c887dc75a77618ab349ebeb9ca /Scripts | |
parent | 1549ecad22294cae6f1a2e6e6b256b2192b0c3d3 (diff) |
Fixed boolean saving in lua table saving
Diffstat (limited to 'Scripts')
-rw-r--r-- | Scripts/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |