aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/init.lua')
-rw-r--r--Scripts/init.lua4
1 files changed, 2 insertions, 2 deletions
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)