StickerClone/core/Sticker.tscn

31 lines
756 B
Text
Raw Normal View History

2024-07-25 14:36:40 +00:00
[gd_scene load_steps=2 format=3 uid="uid://kbso0l2uk2n7"]
2024-07-25 10:02:35 +00:00
2024-07-25 14:36:40 +00:00
[sub_resource type="GDScript" id="GDScript_4kxk0"]
script/source = "extends Area2D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_mouse_entered():
pass # Replace with function body.
func _on_mouse_exited():
pass # Replace with function body.
"
[node name="StickerDetection" type="Area2D"]
monitoring = false
script = SubResource("GDScript_4kxk0")
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]