mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-04 12:13:59 +02:00
31 lines
750 B
Text
31 lines
750 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://ui/add_menu.gd" type="Script" id=1]
|
|
|
|
[node name="AddMenu" type="PanelContainer"]
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -78.0
|
|
margin_right = 78.0
|
|
grow_vertical = 0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 71.0
|
|
margin_bottom = 71.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 = 32.0
|
|
margin_bottom = 32.0
|
|
alignment = 2
|