mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-04 12:13:59 +02:00
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/add_menu.gd" type="Script" id=1]
|
|
[ext_resource path="res://styles/menu.theme" type="Theme" id=2]
|
|
|
|
[node name="AddMenu" type="PanelContainer"]
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -271.0
|
|
margin_right = 854.0
|
|
grow_vertical = 0
|
|
theme = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 846.0
|
|
margin_bottom = 263.0
|
|
custom_constants/margin_right = 32
|
|
custom_constants/margin_top = 32
|
|
custom_constants/margin_left = 32
|
|
custom_constants/margin_bottom = 32
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
margin_left = 32.0
|
|
margin_top = 32.0
|
|
margin_right = 806.0
|
|
margin_bottom = 223.0
|
|
alignment = 2
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer/VBoxContainer"]
|
|
margin_right = 774.0
|
|
margin_bottom = 191.0
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/PanelContainer"]
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 766.0
|
|
margin_bottom = 183.0
|
|
text = "Add overlay"
|
|
align = 1
|