Chest + Door Functionality

This commit is contained in:
tiffanyfrias10
2021-12-06 16:08:29 -06:00
parent 51365d9f74
commit f774ea1741
19 changed files with 391 additions and 30 deletions

View File

@@ -28,12 +28,10 @@ rotation = 1.5708
shape = SubResource( 1 )
[node name="detection" type="Area2D" parent="."]
visible = false
collision_layer = 0
collision_mask = 2
[node name="detection" type="CollisionShape2D" parent="detection"]
visible = false
shape = SubResource( 2 )
[node name="Timer" type="Timer" parent="."]