GraphEditor/Component.tscn

15 lines
453 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ddqqys5n5h7k7"]
[ext_resource type="Script" path="res://Component.gd" id="1_ge582"]
[sub_resource type="CircleShape2D" id="CircleShape2D_u3766"]
[node name="Component" type="Node2D"]
z_index = 1
script = ExtResource("1_ge582")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("CircleShape2D_u3766")