29 lines
635 B
Plaintext
29 lines
635 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/summer_day/tool/timeline/timeline.gd" type="Script" id=1]
|
|
|
|
[node name="Timeline" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_min_size = Vector2( 0, 200 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Hello" type="Label" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
text = "Hello!"
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
margin_right = 691.0
|
|
margin_bottom = 167.0
|
|
|
|
[node name="Tree" type="Tree" parent="Panel"]
|
|
margin_left = 11.0
|
|
margin_top = 9.0
|
|
margin_right = 681.0
|
|
margin_bottom = 288.0
|
|
columns = 10
|