-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDecoderSocket.tscn
More file actions
22 lines (17 loc) · 865 Bytes
/
DecoderSocket.tscn
File metadata and controls
22 lines (17 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=5 format=3 uid="uid://dh6q0ydy17h28"]
[ext_resource type="PackedScene" uid="uid://bwy6ncbvsjk5a" path="res://Socket.tscn" id="1_r44bn"]
[ext_resource type="Script" path="res://scripts/DecoderSocket.gd" id="1_y23fy"]
[ext_resource type="Script" path="res://scripts/MorseCodeDecoder.gd" id="2_26oc1"]
[ext_resource type="PackedScene" uid="uid://qrr3nd843jwg" path="res://Screen.tscn" id="3_fileb"]
[node name="DecoderSocket" type="Node2D"]
script = ExtResource("1_y23fy")
screen_update_mode = 2
[node name="Socket" parent="." instance=ExtResource("1_r44bn")]
unique_name_in_owner = true
position = Vector2(32, -32)
primary_signal_direction = 1
[node name="Screen" parent="." instance=ExtResource("3_fileb")]
unique_name_in_owner = true
[node name="Decoder" type="Node" parent="."]
unique_name_in_owner = true
script = ExtResource("2_26oc1")