38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://bdcxusbd86oox"]
|
|
|
|
[ext_resource type="Script" uid="uid://dwl36vn5chqmq" path="res://Scripts/GL_Node_Point.gd" id="1_fygh4"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ljh8l"]
|
|
size = Vector2(15, 15)
|
|
|
|
[node name="Node Row" type="HBoxContainer"]
|
|
|
|
[node name="Input" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "◉"
|
|
|
|
[node name="Point" type="Area2D" parent="Input"]
|
|
script = ExtResource("1_fygh4")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Input/Point"]
|
|
position = Vector2(7, 13)
|
|
shape = SubResource("RectangleShape2D_ljh8l")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Testtesttesttesttest"
|
|
clip_text = true
|
|
|
|
[node name="Output" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "◉"
|
|
|
|
[node name="Point" type="Area2D" parent="Output"]
|
|
position = Vector2(-23, 0)
|
|
script = ExtResource("1_fygh4")
|
|
isOutput = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Output/Point"]
|
|
position = Vector2(7, 13)
|
|
shape = SubResource("RectangleShape2D_ljh8l")
|