23 lines
781 B
Plaintext
23 lines
781 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ctd2myvpff1y7"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://carqvc2760qg5" path="res://Sprites/Net.png" id="1_1g6s8"]
|
|
[ext_resource type="Script" path="res://Scripts/Net.gd" id="1_w7m5o"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_x6qlj"]
|
|
size = Vector2(84.9533, 525.728)
|
|
|
|
[node name="Net" type="Area2D"]
|
|
script = ExtResource("1_w7m5o")
|
|
|
|
[node name="NetSprite" type="Sprite2D" parent="."]
|
|
show_behind_parent = true
|
|
position = Vector2(427, -318)
|
|
texture = ExtResource("1_1g6s8")
|
|
|
|
[node name="NetCollision" type="CollisionShape2D" parent="."]
|
|
position = Vector2(1.99997, 3.00003)
|
|
rotation = 0.785398
|
|
shape = SubResource("RectangleShape2D_x6qlj")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|