30 lines
756 B
Text
30 lines
756 B
Text
[gd_scene load_steps=2 format=3 uid="uid://kbso0l2uk2n7"]
|
|
|
|
[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"]
|