2020-07-10 11:31:16 +00:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2020-07-10 00:09:54 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Scenes/UI/SpaceMap.tscn" type="PackedScene" id=1]
|
2020-07-10 08:20:15 +00:00
|
|
|
[ext_resource path="res://Scenes/UI.gd" type="Script" id=2]
|
2020-07-10 10:37:17 +00:00
|
|
|
[ext_resource path="res://Scenes/UI/Widgets/ResizablePanel.tscn" type="PackedScene" id=3]
|
2020-07-06 22:00:39 +00:00
|
|
|
|
2020-07-10 11:31:16 +00:00
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
|
|
bg_color = Color( 0.133333, 0.12549, 0.203922, 0.705882 )
|
|
|
|
border_width_left = 4
|
|
|
|
border_width_top = 4
|
|
|
|
border_width_right = 4
|
|
|
|
border_width_bottom = 4
|
|
|
|
border_color = Color( 0.0941176, 0.0823529, 0.180392, 1 )
|
|
|
|
border_blend = true
|
|
|
|
corner_radius_top_left = 4
|
|
|
|
corner_radius_top_right = 4
|
|
|
|
corner_radius_bottom_right = 4
|
|
|
|
corner_radius_bottom_left = 4
|
|
|
|
|
2020-07-06 22:00:39 +00:00
|
|
|
[node name="ui" type="Control"]
|
2020-07-10 00:09:54 +00:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2020-07-12 15:26:40 +00:00
|
|
|
mouse_filter = 2
|
2020-07-10 00:09:54 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 2 )
|
2020-07-06 22:00:39 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2020-07-10 00:09:54 +00:00
|
|
|
|
|
|
|
[node name="MapPopup" parent="." instance=ExtResource( 1 )]
|
2020-07-10 10:37:17 +00:00
|
|
|
|
2020-07-10 11:31:16 +00:00
|
|
|
[node name="Logs" parent="." instance=ExtResource( 3 )]
|
2020-07-10 10:37:17 +00:00
|
|
|
margin_right = 392.0
|
|
|
|
margin_bottom = 256.0
|
|
|
|
title = "Log"
|
2020-07-10 11:31:16 +00:00
|
|
|
|
|
|
|
[node name="Menu" type="PanelContainer" parent="."]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
margin_left = -126.0
|
|
|
|
margin_top = 10.0
|
|
|
|
margin_right = -10.0
|
|
|
|
margin_bottom = 38.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 0
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
custom_styles/panel = SubResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Margins" type="MarginContainer" parent="Menu"]
|
|
|
|
margin_left = 4.0
|
|
|
|
margin_top = 4.0
|
|
|
|
margin_right = 148.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Grid" type="GridContainer" parent="Menu/Margins"]
|
2020-07-10 13:37:13 +00:00
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 20.0
|
2020-07-10 11:31:16 +00:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
custom_constants/vseparation = 4
|
|
|
|
custom_constants/hseparation = 4
|
|
|
|
columns = 4
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Server" type="MenuButton" parent="Menu/Margins/Grid"]
|
|
|
|
margin_right = 52.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
custom_constants/hseparation = 8
|
|
|
|
text = "Server"
|
|
|
|
|
|
|
|
[node name="Preferences" type="MenuButton" parent="Menu/Margins/Grid"]
|
|
|
|
margin_left = 56.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
text = "Preferences"
|
|
|
|
|
|
|
|
[node name="ServerInfoPopup" type="WindowDialog" parent="."]
|
2020-07-12 15:26:40 +00:00
|
|
|
margin_left = -278.587
|
|
|
|
margin_top = 58.4538
|
|
|
|
margin_right = -22.587
|
|
|
|
margin_bottom = 226.454
|
2020-07-10 11:31:16 +00:00
|
|
|
window_title = "Server info"
|
|
|
|
resizable = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|