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_lgcd0")]
layout_mode = 0
tooltip_text = "Changes a single float from 0.0 to 1.0 based on which of the number keys are pressed, if none are pressed it will default to 0.0. The 'Toggle' bool will keep the value the same as the last held key."
script = ExtResource("2_lgcd0")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]