crash fix
This commit is contained in:
parent
b6375e04c8
commit
efd5738f70
6 changed files with 53 additions and 9 deletions
|
@ -8,7 +8,7 @@ size = Vector2(34, 32)
|
|||
|
||||
[node name="BoxPushable1" type="CharacterBody2D"]
|
||||
collision_layer = 16
|
||||
collision_mask = 21
|
||||
collision_mask = 53
|
||||
script = ExtResource("1_tf1fy")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://c6g2f7tm7iasr"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/PressurePlate.gd" id="1_7ar3x"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwf57p0osmc0w" path="res://textures/PressurePlate.png" id="1_st48m"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpfvkxqajd1en" path="res://textures/PressurePlate.png" id="1_st48m"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_c6ukx"]
|
||||
size = Vector2(24, 2)
|
||||
|
@ -65,7 +65,7 @@ script = ExtResource("1_7ar3x")
|
|||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
collision_layer = 32
|
||||
collision_mask = 5
|
||||
collision_mask = 21
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2(0, 11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue