diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-01 19:02:49 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-01 19:02:49 -0400 |
commit | eb028c960be2eeaee6e5177bc9c83a489e9209f2 (patch) | |
tree | 327579b9e7c5d3722fb67d15f3008022039f3df7 /Scripts/init.lua | |
parent | 5fddf26cb8bf474b6649bd727bb6493f0c2c48ba (diff) |
THE CAT IS BACK
Diffstat (limited to 'Scripts/init.lua')
-rw-r--r-- | Scripts/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/init.lua b/Scripts/init.lua index 59920c1..3c9cf80 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -14,7 +14,7 @@ bird = { print("Bird spawn") end, Render = { - texture = "", + texture = "Assets/cat.png", visible = true }, Idle = function(self) |