From 28f7af6c735d047612837d0aa17f80277a15f70e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 17 Jun 2022 11:35:56 -0400 Subject: [PATCH] add enemies collision name to project --- godot/project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/godot/project.godot b/godot/project.godot index 52b2be8..ca6017b 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -95,6 +95,7 @@ right={ 2d_physics/layer_1="Player" 2d_physics/layer_2="Tiles" +2d_physics/layer_4="Enemies" [physics]