2024-02-15 12:45:17 +00:00
|
|
|
[gd_scene load_steps=16 format=3 uid="uid://dagn5bf7ou3sd"]
|
2024-01-25 11:10:29 +00:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cch67vqpsmtej" path="res://ui/debug/DebugLabel.tscn" id="1_7s8uu"]
|
|
|
|
[ext_resource type="Script" path="res://ui/UI.gd" id="1_l5b6o"]
|
|
|
|
[ext_resource type="Script" path="res://ui/debug/FPSLabel.gd" id="2_i200p"]
|
|
|
|
[ext_resource type="Script" path="res://ui/debug/PingLabel.gd" id="3_xjdws"]
|
|
|
|
[ext_resource type="Script" path="res://ui/debug/PositionLabel.gd" id="4_beqf6"]
|
|
|
|
[ext_resource type="Script" path="res://ui/debug/VelocityLabel.gd" id="5_8lm6a"]
|
2024-01-28 23:55:49 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/chat/ChatBox.gd" id="5_43juw"]
|
2024-02-12 11:38:31 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/debug/PerformanceLabel.gd" id="5_ab7ln"]
|
2024-01-28 23:55:49 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/chat/ChatInput.gd" id="6_cg2h5"]
|
2024-01-26 18:00:59 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/debug/UploadLabel.gd" id="7_cfnpx"]
|
|
|
|
[ext_resource type="Script" path="res://ui/debug/DownloadLabel.gd" id="8_ogt38"]
|
2024-01-29 22:16:06 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/connect/ConnectPanel.gd" id="11_cwl0t"]
|
2024-02-05 22:42:04 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://bqpbrju7mc7d5" path="res://ui/settings/Settings.tscn" id="11_rt7sl"]
|
2024-02-15 12:45:17 +00:00
|
|
|
[ext_resource type="Script" path="res://ui/debug/StateLabel.gd" id="12_rr0mv"]
|
2024-02-11 13:46:58 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://y6kdpmp5glv0" path="res://ui/inventory/Inventory.tscn" id="13_1fc2b"]
|
2024-01-25 11:10:29 +00:00
|
|
|
|
|
|
|
[node name="UI" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 0
|
|
|
|
script = ExtResource("1_l5b6o")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Canvas" type="CanvasLayer" parent="."]
|
2024-01-25 11:10:29 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="TopLeft" type="MarginContainer" parent="Canvas"]
|
2024-01-25 11:10:29 +00:00
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 50.0
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Canvas/TopLeft"]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="FPS" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
|
|
|
script = ExtResource("2_i200p")
|
|
|
|
|
2024-02-16 22:45:31 +00:00
|
|
|
[node name="Process" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-02-12 11:38:31 +00:00
|
|
|
layout_mode = 2
|
|
|
|
script = ExtResource("5_ab7ln")
|
|
|
|
monitor = 1
|
|
|
|
multiply = 1000.0
|
|
|
|
precision = 0.1
|
|
|
|
suffix = " ms"
|
|
|
|
|
2024-02-16 22:45:31 +00:00
|
|
|
[node name="Physics" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
2024-02-16 22:45:31 +00:00
|
|
|
script = ExtResource("5_ab7ln")
|
|
|
|
monitor = 2
|
|
|
|
multiply = 1000.0
|
|
|
|
precision = 0.1
|
|
|
|
suffix = " ms"
|
|
|
|
|
|
|
|
[node name="Draw calls" parent="Canvas/TopLeft/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
|
|
|
layout_mode = 2
|
|
|
|
script = ExtResource("5_ab7ln")
|
|
|
|
monitor = 13
|
|
|
|
multiply = 1.0
|
|
|
|
precision = 1.0
|
|
|
|
suffix = ""
|
2024-01-25 11:10:29 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="BottomLeft" type="MarginContainer" parent="Canvas"]
|
2024-01-25 11:10:29 +00:00
|
|
|
anchors_preset = 2
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-01-28 21:08:08 +00:00
|
|
|
offset_top = -134.0
|
|
|
|
offset_right = 263.0
|
2024-01-25 11:10:29 +00:00
|
|
|
grow_vertical = 0
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Chat" type="VBoxContainer" parent="Canvas/BottomLeft"]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
2024-01-26 21:02:25 +00:00
|
|
|
alignment = 2
|
2024-01-25 11:10:29 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="ChatBox" type="RichTextLabel" parent="Canvas/BottomLeft/Chat"]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
2024-01-28 21:08:08 +00:00
|
|
|
size_flags_vertical = 3
|
|
|
|
bbcode_enabled = true
|
|
|
|
scroll_following = true
|
2024-01-28 23:55:49 +00:00
|
|
|
script = ExtResource("5_43juw")
|
2024-01-25 11:10:29 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="ChatInput" type="LineEdit" parent="Canvas/BottomLeft/Chat"]
|
2024-01-25 11:10:29 +00:00
|
|
|
layout_mode = 2
|
2024-01-28 23:55:49 +00:00
|
|
|
script = ExtResource("6_cg2h5")
|
2024-01-26 21:02:25 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="BottomRight" type="MarginContainer" parent="Canvas"]
|
2024-01-26 21:02:25 +00:00
|
|
|
anchors_preset = 3
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2024-01-28 21:08:08 +00:00
|
|
|
offset_left = -76.0
|
|
|
|
offset_top = -54.0
|
2024-01-26 21:02:25 +00:00
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 0
|
2024-01-26 18:00:59 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Canvas/BottomRight"]
|
2024-01-26 18:00:59 +00:00
|
|
|
layout_mode = 2
|
2024-01-26 21:02:25 +00:00
|
|
|
alignment = 2
|
2024-01-26 18:00:59 +00:00
|
|
|
|
2024-02-16 22:45:31 +00:00
|
|
|
[node name="Ping" parent="Canvas/BottomRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
|
|
|
layout_mode = 2
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("3_xjdws")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Send" parent="Canvas/BottomRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-28 21:08:08 +00:00
|
|
|
layout_mode = 2
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("7_cfnpx")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Receive" parent="Canvas/BottomRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-28 21:08:08 +00:00
|
|
|
layout_mode = 2
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("8_ogt38")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="TopRight" type="MarginContainer" parent="Canvas"]
|
2024-01-28 21:08:08 +00:00
|
|
|
anchors_preset = 1
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
offset_left = -79.0
|
|
|
|
offset_bottom = 102.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Canvas/TopRight"]
|
2024-01-28 21:08:08 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-02-15 12:45:17 +00:00
|
|
|
[node name="State" parent="Canvas/TopRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
|
|
|
layout_mode = 2
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("12_rr0mv")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Position" parent="Canvas/TopRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-26 18:00:59 +00:00
|
|
|
layout_mode = 2
|
2024-01-26 21:02:25 +00:00
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("4_beqf6")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Velocity" parent="Canvas/TopRight/VBoxContainer" instance=ExtResource("1_7s8uu")]
|
2024-01-26 21:02:25 +00:00
|
|
|
layout_mode = 2
|
|
|
|
alignment = 2
|
|
|
|
script = ExtResource("5_8lm6a")
|
2024-01-28 21:08:08 +00:00
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="ConnectPanel" type="Panel" parent="Canvas"]
|
|
|
|
visible = false
|
2024-01-29 22:16:06 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("11_cwl0t")
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="ConnectLabel" type="Label" parent="Canvas/ConnectPanel"]
|
2024-01-29 22:16:06 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -47.5
|
|
|
|
offset_top = -10.0
|
|
|
|
offset_right = 47.5
|
|
|
|
offset_bottom = 10.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "Connecting..."
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[node name="Settings" parent="Canvas" instance=ExtResource("11_rt7sl")]
|
|
|
|
visible = false
|
|
|
|
|
2024-02-11 13:46:58 +00:00
|
|
|
[node name="Inventory" parent="Canvas" instance=ExtResource("13_1fc2b")]
|
|
|
|
visible = false
|
|
|
|
anchors_preset = -1
|
|
|
|
anchor_left = 0.25
|
|
|
|
anchor_top = 0.25
|
|
|
|
anchor_right = 0.75
|
|
|
|
anchor_bottom = 0.75
|
|
|
|
|
2024-02-05 22:42:04 +00:00
|
|
|
[connection signal="focus_entered" from="Canvas/BottomLeft/Chat/ChatInput" to="Canvas/BottomLeft/Chat/ChatInput" method="_on_focus_entered"]
|
|
|
|
[connection signal="focus_exited" from="Canvas/BottomLeft/Chat/ChatInput" to="Canvas/BottomLeft/Chat/ChatInput" method="_on_focus_exited"]
|
|
|
|
[connection signal="text_submitted" from="Canvas/BottomLeft/Chat/ChatInput" to="Canvas/BottomLeft/Chat/ChatInput" method="_on_text_submitted"]
|