diff --git a/core/Sticker.gd b/core/Sticker.gd new file mode 100644 index 0000000..28be263 --- /dev/null +++ b/core/Sticker.gd @@ -0,0 +1,23 @@ +extends Node + + +# 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_area_2d_mouse_entered(): + pass # Replace with function body. + + +func _on_area_2d_mouse_exited(): + pass # Replace with function body. + + +func _on_tree_entered(): + pass # Replace with function body. diff --git a/core/Sticker.tscn b/core/Sticker.tscn new file mode 100644 index 0000000..d84669e --- /dev/null +++ b/core/Sticker.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://kbso0l2uk2n7"] + +[node name="Sticker" type="Node"]