liblast/Game/Main.tscn

147 lines
4.4 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://o68cawatyat2"]
[ext_resource type="PackedScene" uid="uid://b1078bn8gy2qf" path="res://Map.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://b856vwmg8a6o4" path="res://Assets/UI/GUI.tscn" id="2"]
[ext_resource type="Script" path="res://Main.gd" id="3"]
[ext_resource type="PackedScene" uid="uid://bff5uslrxesjx" path="res://Assets/HUD/HUD.tscn" id="4"]
[ext_resource type="AudioStream" uid="uid://j42e203vte7h" path="res://Assets/Announcer/Go.wav" id="5_ilayd"]
[ext_resource type="Script" path="res://Assets/Announcer/Announcer.gd" id="6_gcsgr"]
[node name="Main" type="Node"]
script = ExtResource( "3" )
[node name="HUD" parent="." instance=ExtResource( "4" )]
[node name="AnimationPlayer" parent="HUD/Crosshair" index="1"]
blend_times = []
[node name="ChatHistory" parent="HUD/Chat/VBoxContainer" index="0"]
custom_effects = []
structured_text_bidi_override_options = []
[node name="Label" parent="HUD/Chat/VBoxContainer/Typing" index="0"]
structured_text_bidi_override_options = []
[node name="Editor" parent="HUD/Chat/VBoxContainer/Typing" index="1"]
structured_text_bidi_override_options = []
[node name="RespawnCountdown" parent="HUD" index="3"]
structured_text_bidi_override_options = []
[node name="ScoreRank" parent="HUD" index="4"]
structured_text_bidi_override_options = []
[node name="Header" parent="HUD/ScoreTable/VBoxContainer" index="0"]
offset_bottom = 45.0
theme_override_font_sizes/font_size = 30
structured_text_bidi_override_options = []
[node name="ScoreTab" parent="HUD/ScoreTable/VBoxContainer" index="1"]
offset_top = 49.0
custom_effects = []
structured_text_bidi_override_options = []
[node name="GUI" parent="." instance=ExtResource( "2" )]
[node name="Players" type="Node3D" parent="."]
script = null
__meta__ = {
"_edit_lock_": true
}
[node name="Map" parent="." instance=ExtResource( "1" )]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1)
[node name="NetworkTesting" type="VBoxContainer" parent="."]
visible = false
anchor_left = 1.0
anchor_right = 1.0
offset_left = -188.0
offset_bottom = 176.0
script = null
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="CheckButton" type="CheckButton" parent="NetworkTesting"]
offset_right = 188.0
offset_bottom = 40.0
text = "MUTE SOUND"
script = null
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Host" type="Button" parent="NetworkTesting"]
offset_top = 44.0
offset_right = 188.0
offset_bottom = 73.0
text = "Host"
script = null
[node name="Connect" type="Button" parent="NetworkTesting"]
offset_top = 77.0
offset_right = 188.0
offset_bottom = 106.0
text = "Connect"
script = null
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextEdit" type="LineEdit" parent="NetworkTesting"]
offset_top = 110.0
offset_right = 188.0
offset_bottom = 143.0
rect_min_size = Vector2(100, 30)
text = "name"
structured_text_bidi_override_options = []
script = null
[node name="ColorPickerButton" type="ColorPickerButton" parent="NetworkTesting"]
offset_top = 147.0
offset_right = 188.0
offset_bottom = 176.0
edit_alpha = false
script = null
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="NetworkTesting"]
offset_top = 180.0
offset_right = 188.0
offset_bottom = 209.0
text = "KILL YOURSELF"
script = null
[node name="Label" type="Label" parent="."]
visible = false
offset_right = 505.0
offset_bottom = 238.0
structured_text_bidi_override_options = []
script = null
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LightmapProbe" type="LightmapProbe" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 17, 0)
visible = false
script = null
[node name="Announcer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( "5_ilayd" )
bus = &"Announcer"
script = ExtResource( "6_gcsgr" )
[connection signal="toggled" from="NetworkTesting/CheckButton" to="." method="_on_CheckButton_toggled"]
[connection signal="pressed" from="NetworkTesting/Host" to="." method="_on_Host_pressed"]
[connection signal="pressed" from="NetworkTesting/Connect" to="." method="_on_Connect_pressed"]
[connection signal="text_submitted" from="NetworkTesting/TextEdit" to="." method="_on_TextEdit_text_submitted"]
[connection signal="color_changed" from="NetworkTesting/ColorPickerButton" to="." method="_on_ColorPickerButton_color_changed"]
[connection signal="pressed" from="NetworkTesting/Button" to="." method="_on_Button_pressed"]
[editable path="HUD"]