aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Assets/player.pngbin0 -> 482 bytes
-rw-r--r--Assets/rabbit.pngbin0 -> 257 bytes
-rw-r--r--Scripts/init.lua4
3 files changed, 2 insertions, 2 deletions
diff --git a/Assets/player.png b/Assets/player.png
new file mode 100644
index 0000000..570bc8e
--- /dev/null
+++ b/Assets/player.png
Binary files differ
diff --git a/Assets/rabbit.png b/Assets/rabbit.png
new file mode 100644
index 0000000..2920c0b
--- /dev/null
+++ b/Assets/rabbit.png
Binary files differ
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)