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
17
Scenes/Node Types/Timeline.tscn
Normal file
17
Scenes/Node Types/Timeline.tscn
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bh0jvghfbjita"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_1cicv"]
|
||||
[ext_resource type="Script" uid="uid://bmayx1doxjhg1" path="res://Scripts/GL_Timeline.gd" id="2_1cicv"]
|
||||
|
||||
[node name="Node" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
mouse_filter = 1
|
||||
|
||||
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_1cicv")]
|
||||
layout_mode = 0
|
||||
tooltip_text = "Generates a time that always counts up. 'Play' toggle determines if it counts or not. 'Rewind' determines if playback is in reverse. 'Restart' sets time back to 0."
|
||||
script = ExtResource("2_1cicv")
|
||||
|
||||
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
|
||||
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]
|
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
|
|
@ -9,8 +9,3 @@ size_flags_horizontal = 3
|
|||
text = "The Crazy Node of Crazy"
|
||||
alignment = 0
|
||||
clip_text = true
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "x3"
|
||||
horizontal_alignment = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue