more work
This commit is contained in:
parent
36c6077c53
commit
b5be52c801
6 changed files with 67 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
[gd_scene format=3 uid="uid://bdcxusbd86oox"]
|
||||
[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"]
|
||||
|
||||
|
@ -6,6 +11,13 @@
|
|||
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
|
||||
|
@ -15,3 +27,12 @@ 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue