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_o85ib")]
layout_mode = 0
tooltip_text = "Outputs a number from 0.0 to 1.0 based on the mouse wheel scrolling. 'Step Size' changes how much the number iterates with each scroll."
script = ExtResource("2_o85ib")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]