Added tooltips for all nodes, began record node

This commit is contained in:
The 64th Gamer 2025-04-08 03:16:50 -06:00
parent ddfa591400
commit 9a5b9e6601
14 changed files with 41 additions and 0 deletions

View file

@ -10,6 +10,7 @@ mouse_filter = 1
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_pi2iu")]
layout_mode = 0
tooltip_text = "Smooths out a value as it changes. 'Speed' changes how fast it moves from the current value to the input into 'Value'"
script = ExtResource("2_pi2iu")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]