aboutsummaryrefslogtreecommitdiff
path: root/src/objs/player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/objs/player.lua')
-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 7812486..4f05c3b 100644
--- a/src/objs/player.lua
+++ b/src/objs/player.lua
@@ -95,6 +95,7 @@ function new_player(x, y)
local ent = new_entity()
add_comp(ent, "Player")
+ add_comp(ent, "Speck_System")
add_comp(ent, "Body", x, y, 8, 14, {
offsetx = -4,