29 lines
908 B
Plaintext
29 lines
908 B
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/topic_panel.gd" type="Script" 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 )
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[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
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource( 3 )
|