necra-prototypes/selectable.tscn
Antonio Dell'Annunziata 95be5ae355
All checks were successful
/ test (push) Successful in 1s
Add selectable on hover effect
2025-03-05 06:35:47 +01:00

9 lines
357 B
Text

[gd_scene load_steps=2 format=3 uid="uid://3oqyqft8w72m"]
[ext_resource type="Script" path="res://selectable.gd" id="1_ayyf7"]
[node name="Selectable" type="Area2D"]
script = ExtResource("1_ayyf7")
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]