Give-LIFE-Cybers/Scenes/Node Types/Random.tscn
2025-04-08 03:16:50 -06:00

17 lines
752 B
Text

[gd_scene load_steps=3 format=3 uid="uid://dhn8qtyeny0sm"]
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_wswgt"]
[ext_resource type="Script" uid="uid://3vek1806nwqj" path="res://Scripts/GL_Random.gd" id="2_wswgt"]
[node name="Node" type="Control"]
layout_mode = 3
anchors_preset = 0
mouse_filter = 1
[node name="Node" parent="." groups=["GL Node"] instance=ExtResource("1_wswgt")]
layout_mode = 0
tooltip_text = "Outputs a random value from 0.0 to 1.0. 'Time' changes how long it takes to change number."
script = ExtResource("2_wswgt")
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]