This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Main.tscn

135 lines
3.9 KiB
Plaintext
Raw Normal View History

2021-09-04 22:37:13 +02:00
[gd_scene load_steps=5 format=3 uid="uid://o68cawatyat2"]
2021-05-14 21:31:39 +02:00
[ext_resource type="PackedScene" uid="uid://b1078bn8gy2qf" path="res://Map.tscn" id="1"]
2021-09-11 16:36:43 +02:00
[ext_resource type="PackedScene" uid="uid://b856vwmg8a6o4" path="res://Assets/UI/GUI.tscn" id="2"]
2021-09-04 22:37:13 +02:00
[ext_resource type="Script" path="res://Main.gd" id="3"]
2021-09-08 23:25:52 +02:00
[ext_resource type="PackedScene" uid="uid://bff5uslrxesjx" path="res://Assets/HUD/HUD.tscn" id="4"]
2021-05-14 21:31:39 +02:00
2021-06-02 23:32:07 +02:00
[node name="Main" type="Node"]
2021-09-04 22:37:13 +02:00
script = ExtResource( "3" )
2021-05-14 21:31:39 +02:00
2021-09-04 22:37:13 +02:00
[node name="HUD" parent="." instance=ExtResource( "4" )]
2021-05-14 21:31:39 +02:00
[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 = []
2021-09-11 16:36:43 +02:00
[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"]
structured_text_bidi_override_options = []
[node name="ScoreTab" parent="HUD/ScoreTable/VBoxContainer" index="1"]
custom_effects = []
structured_text_bidi_override_options = []
2021-09-04 22:37:13 +02:00
[node name="GUI" parent="." instance=ExtResource( "2" )]
2021-06-09 19:41:52 +02:00
[node name="Players" type="Node3D" parent="."]
script = null
2021-08-25 12:03:35 +02:00
__meta__ = {
"_edit_lock_": true
}
2021-06-09 19:41:52 +02:00
2021-09-04 22:37:13 +02:00
[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="."]
anchor_left = 1.0
anchor_right = 1.0
offset_left = -188.0
offset_bottom = 176.0
script = null
__meta__ = {
2021-08-25 12:03:35 +02:00
"_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="."]
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
[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"]