GraphEditor/Link.tscn

15 lines
464 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://x1ob6ntv2d5c"]
[ext_resource type="Script" path="res://Link.gd" id="1_6sh2w"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_usio2"]
size = Vector2(500, 500)
[node name="Link" type="Node2D"]
script = ExtResource("1_6sh2w")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("RectangleShape2D_usio2")