-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcharacter.tscn
28 lines (20 loc) · 1.03 KB
/
character.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://cp8m5k5wxyt60"]
[ext_resource type="PackedScene" uid="uid://da6j6124gu67a" path="res://audioManager.tscn" id="1_a207m"]
[ext_resource type="Script" path="res://character.gd" id="1_jdxc6"]
[sub_resource type="AudioStreamGenerator" id="AudioStreamGenerator_jg0he"]
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_mqgo7"]
properties/0/path = NodePath(".:position")
properties/0/spawn = true
properties/0/replication_mode = 2
[node name="character" type="Node2D"]
script = ExtResource("1_jdxc6")
[node name="audioManager" parent="." instance=ExtResource("1_a207m")]
outputPath = NodePath("../AudioStreamPlayer2D")
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = SubResource("AudioStreamGenerator_jg0he")
autoplay = true
[node name="Label" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
replication_config = SubResource("SceneReplicationConfig_mqgo7")