-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainScene.tscn
More file actions
18 lines (13 loc) · 841 Bytes
/
Copy pathMainScene.tscn
File metadata and controls
18 lines (13 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=5 format=3 uid="uid://6smcdbqbm328"]
[ext_resource type="PackedScene" uid="uid://clns313rjpfmf" path="res://Scenes/EmitterNode.tscn" id="1_tuvph"]
[ext_resource type="Script" path="res://MainScene.cs" id="1_xlda7"]
[ext_resource type="PackedScene" uid="uid://dko1rp1eag0yd" path="res://Scenes/SubscriberNodeA.tscn" id="2_8qfc0"]
[ext_resource type="PackedScene" uid="uid://4et6d34suro3" path="res://Scenes/SubscriberNodeB.tscn" id="3_pd8p6"]
[node name="MainScene" type="Node2D"]
script = ExtResource("1_xlda7")
[node name="EmitterNode" parent="." instance=ExtResource("1_tuvph")]
position = Vector2(151, 221)
[node name="SubscriberNodeA" parent="." instance=ExtResource("2_8qfc0")]
position = Vector2(755, 170)
[node name="SubscriberNodeA2" parent="." instance=ExtResource("3_pd8p6")]
position = Vector2(754, 430)