aboutsummaryrefslogtreecommitdiff
path: root/src/objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs')
-rw-r--r--src/objs/player.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua
index eb28b4f..0903372 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -67,5 +67,6 @@ function new_player(x, y)
})
add_comp(ent, "Player")
add_comp(ent, "Sprite", "res/img/player.ase")
+ return ent
end