GraphEditor/Concept.tscn

15 lines
449 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c8kpnocxhm5jh"]
[ext_resource type="Script" path="res://Concept.gd" id="1_pncsn"]
[sub_resource type="CircleShape2D" id="CircleShape2D_hngas"]
radius = 100.0
[node name="Concept" type="Node2D"]
script = ExtResource("1_pncsn")
[node name="RigidBody2D" type="RigidBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
shape = SubResource("CircleShape2D_hngas")