diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-04 12:46:30 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-04 12:46:30 -0300 |
| commit | fbc055308f093a6527781cb16ce896ac253219ab (patch) | |
| tree | d63357f7281784e03a12483fdd898a11293d8aa5 /scenes/Details.tscn | |
| parent | 6842ccfd372601db6b5d3f678ab5ebf03ad2b206 (diff) | |
Modificado inspetor
Diffstat (limited to 'scenes/Details.tscn')
| -rw-r--r-- | scenes/Details.tscn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/scenes/Details.tscn b/scenes/Details.tscn new file mode 100644 index 0000000..65df792 --- /dev/null +++ b/scenes/Details.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=2 format=3 uid="uid://bryqrafavmwj4"] + +[ext_resource type="Script" uid="uid://c5f8urot55re6" path="res://scripts/GUI/Details.cs" id="1_5ml16"] + +[node name="InspectDetails" type="CanvasLayer"] +script = ExtResource("1_5ml16") + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="AspectRatioContainer" type="AspectRatioContainer" parent="HBoxContainer"] +layout_mode = 2 +size_flags_horizontal = 3 +size_flags_stretch_ratio = 3.0 + +[node name="PanelContainer" type="PanelContainer" parent="HBoxContainer"] +layout_mode = 2 +size_flags_horizontal = 3 + +[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer/PanelContainer"] +layout_mode = 2 + +[node name="Entities" type="VBoxContainer" parent="HBoxContainer/PanelContainer/ScrollContainer"] +layout_mode = 2 |
