resonance
This commit is contained in:
36
ui/world/world_gui.tscn
Normal file
36
ui/world/world_gui.tscn
Normal file
@@ -0,0 +1,36 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://brxffqulpxvfg"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://4j3yn7ianpwa" path="res://ui/world/world_gui.gd" id="1_7mgj1"]
|
||||
[ext_resource type="PackedScene" uid="uid://bvxyjrqyxfho8" path="res://ui/world/resource_container.tscn" id="2_wcbix"]
|
||||
|
||||
[node name="WorldGui" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_7mgj1")
|
||||
|
||||
[node name="TopRightContainer" type="PanelContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
offset_left = -225.0
|
||||
offset_bottom = 40.0
|
||||
grow_horizontal = 0
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TopRightContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 8
|
||||
theme_override_constants/margin_top = 4
|
||||
theme_override_constants/margin_right = 8
|
||||
theme_override_constants/margin_bottom = 4
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="TopRightContainer/MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ResonanceContainer" parent="TopRightContainer/MarginContainer/VBoxContainer" instance=ExtResource("2_wcbix")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
Reference in New Issue
Block a user