diff options
Diffstat (limited to 'src/objs')
| -rw-r--r-- | src/objs/player.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objs/player.lua b/src/objs/player.lua index 2893321..8ba664b 100644 --- a/src/objs/player.lua +++ b/src/objs/player.lua @@ -60,7 +60,7 @@ function new_player(x, y) offsetx = -4, offsety = -6, layers = {}, - mask = {"hard"}, + mask = {"Hard"}, }) add_comp(ent, "Sprite", "res/img/player.ase", { |
