From ae024b5ad89b789a8fb68cb51308680f3270e6b6 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Sun, 1 Sep 2019 19:12:32 -0400 Subject: Added player and rabbit textures --- Scripts/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Scripts') diff --git a/Scripts/init.lua b/Scripts/init.lua index 3c9cf80..3e35da9 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -14,7 +14,7 @@ bird = { print("Bird spawn") end, Render = { - texture = "Assets/cat.png", + texture = "Assets/player.png", visible = true }, Idle = function(self) @@ -58,7 +58,7 @@ animal = { y = 0.0 }, Render = { - texture = "Assets/cat.png", + texture = "Assets/rabbit.png", visible = true }, Idle = function(self) -- cgit v1.2.3