diff options
| author | iamcheeseman <[email protected]> | 2026-03-13 20:11:03 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-13 20:11:03 -0400 |
| commit | 973cc401d03a38cf889f122e74d92ab8cde053a1 (patch) | |
| tree | 97fce6c22f8e30d9fea0ab8f1adc7b79c5f26b68 /src/objs/player.lua | |
| parent | cc679988babf47d5752c609ee90444db22d2d1fe (diff) | |
have physics layers follow naming convention
Diffstat (limited to 'src/objs/player.lua')
| -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", { |
