36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://user_interface/main.theme" type="Theme" id=1]
|
|
[ext_resource path="res://user_interface/topic_panel/add_button.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://user_interface/topic_panel/topic_feed.gd" type="Script" id=3]
|
|
|
|
[node name="TopicPanel" type="PanelContainer"]
|
|
margin_right = 328.0
|
|
margin_bottom = 396.0
|
|
size_flags_vertical = 3
|
|
theme = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_right = 328.0
|
|
margin_bottom = 396.0
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 320.0
|
|
margin_bottom = 388.0
|
|
scroll_horizontal_enabled = false
|
|
|
|
[node name="TopicFeed" type="VBoxContainer" parent="MarginContainer/ScrollContainer"]
|
|
margin_right = 312.0
|
|
margin_bottom = 56.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="AddButton" parent="MarginContainer/ScrollContainer/TopicFeed" instance=ExtResource( 2 )]
|
|
margin_right = 312.0
|
|
margin_bottom = 56.0
|