aboutsummaryrefslogtreecommitdiff
path: root/option_set/option_set.tscn
blob: fc2aff54519aaf6e8847363266daf041fd0c10a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=2 format=2]

[ext_resource path="res://option_set/option_set.gd" type="Script" id=1]

[node name="option_set" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="input" type="LineEdit" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -100.0
size_flags_horizontal = 3
placeholder_text = "option set placeholder"
caret_blink = true
caret_blink_speed = 0.5
__meta__ = {
"_edit_use_anchors_": false
}

[node name="options" type="Button" parent="."]
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -100.0
grow_horizontal = 0
text = "▽"
__meta__ = {
"_edit_use_anchors_": false
}