Diffstat (limited to 'World.tscn')
| -rw-r--r-- | World.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,10 +18,10 @@ position = Vector2( 630, 770 ) [node name="Dots" type="Node2D" parent="."] -[node name="Bottom" type="StaticBody2D" parent="."] +[node name="area" type="Area2D" parent="."] collision_layer = 2 collision_mask = 0 -[node name="CollisionShape2D" type="CollisionShape2D" parent="Bottom"] +[node name="CollisionShape2D" type="CollisionShape2D" parent="area"] position = Vector2( 350, 805 ) shape = SubResource( 1 ) |