36 lines
966 B
Plaintext
36 lines
966 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://irfav51b5hf6"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://UI/Main/ReleasesView.gd" id="1_firao"]
|
||
|
|
||
|
[node name="ReleasesView" type="VBoxContainer"]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_firao")
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
layout_mode = 2
|
||
|
text = "Releases"
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ReleaseItemsContainer" type="VBoxContainer" parent="PanelContainer/ScrollContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="FetchButton" type="Button" parent="CenterContainer"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "Fetch"
|