From 973cc401d03a38cf889f122e74d92ab8cde053a1 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 13 Mar 2026 20:11:03 -0400 Subject: have physics layers follow naming convention --- src/objs/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objs/player.lua') 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", { -- cgit v1.3-2-g0d8e