This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Scenes/UI.tscn

96 lines
2.3 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scenes/UI/SpaceMap.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/UI.gd" type="Script" id=2]
[ext_resource path="res://Scenes/UI/Widgets/ResizablePanel.tscn" type="PackedScene" id=3]
[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
[node name="ui" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapPopup" parent="." instance=ExtResource( 1 )]
[node name="Logs" parent="." instance=ExtResource( 3 )]
margin_right = 392.0
margin_bottom = 256.0
title = "Log"
[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"]
margin_right = 144.0
margin_bottom = 20.0
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="."]
margin_left = -278.587
margin_top = 58.4538
margin_right = -22.587
margin_bottom = 226.454
window_title = "Server info"
resizable = true
__meta__ = {
"_edit_use_anchors_": false
}