39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://176c6fuhg5ic"]
|
|
|
|
[ext_resource type="Script" uid="uid://e5gf7hd5jsw3" path="res://Scripts/singleplayer_lobby.gd" id="1_nd17k"]
|
|
[ext_resource type="PackedScene" uid="uid://ddmg342ff2qaq" path="res://UI/chatbox.tscn" id="3_l8xy3"]
|
|
[ext_resource type="AudioStream" uid="uid://cp6ph4ra7u5rk" path="res://UI/drop_003.ogg" id="6_6nu57"]
|
|
[ext_resource type="PackedScene" uid="uid://bc6m3cluulpis" path="res://UI/Menus/CharacterSelect/character_select.tscn" id="6_ltm04"]
|
|
|
|
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_g5har"]
|
|
random_pitch = 1.1
|
|
streams_count = 1
|
|
stream_0/stream = ExtResource("6_6nu57")
|
|
|
|
[node name="singleplayer_lobby" type="Control" node_paths=PackedStringArray("chatbox", "audio_player")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
script = ExtResource("1_nd17k")
|
|
character_select_screen = ExtResource("6_ltm04")
|
|
chatbox = NodePath("Chatbox")
|
|
audio_player = NodePath("AudioStreamPlayer")
|
|
|
|
[node name="Chatbox" parent="." instance=ExtResource("3_l8xy3")]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.02
|
|
anchor_top = 0.65
|
|
anchor_right = 0.4
|
|
anchor_bottom = 0.98
|
|
grow_horizontal = 1
|
|
grow_vertical = 1
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = SubResource("AudioStreamRandomizer_g5har")
|
|
bus = &"SFX"
|