Simplified pick value applying, timeline node added
This commit is contained in:
parent
9a5b9e6601
commit
917eb8d1c9
17 changed files with 92 additions and 36 deletions
14
Scenes/Nodes/Node Add.tscn
Normal file
14
Scenes/Nodes/Node Add.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene format=3 uid="uid://bwvshov2sptun"]
|
||||
|
||||
[node name="OptionButton" type="OptionButton"]
|
||||
offset_right = 68.0
|
||||
offset_bottom = 31.0
|
||||
selected = 0
|
||||
allow_reselect = true
|
||||
item_count = 3
|
||||
popup/item_0/text = "+Add Float"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "+Add Bool"
|
||||
popup/item_1/id = 1
|
||||
popup/item_2/text = "+Add Color"
|
||||
popup/item_2/id = 2
|
Loading…
Add table
Add a link
Reference in a new issue