FishGame/TankEdge.tscn
2022-01-20 23:33:07 -05:00

15 lines
411 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://TankEdge.gd" type="Script" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 135, 455 )
[node name="TankEdge" type="Area2D"]
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )
[connection signal="body_entered" from="." to="." method="_on_TankEdge_body_entered"]