forked from ogyrec-o/voip-2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharacter.tscn
32 lines (24 loc) · 1.18 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
29
30
31
32
[gd_scene load_steps=6 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"]
[ext_resource type="Script" path="res://audioManager_compress.gd" id="3_wa5vi"]
[sub_resource type="AudioStreamGenerator" id="AudioStreamGenerator_ur55u"]
[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")]
script = ExtResource("3_wa5vi")
outputPath = NodePath("../AudioStreamPlayer2D")
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = SubResource("AudioStreamGenerator_ur55u")
autoplay = true
max_distance = 300.0
[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")
visibility_update_mode = 1