Sticker init

This commit is contained in:
Lucas Peter 2024-07-25 12:02:35 +02:00
parent c2292b5b62
commit 0f6f75e8c5
No known key found for this signature in database
2 changed files with 26 additions and 0 deletions

23
core/Sticker.gd Normal file
View file

@ -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.

3
core/Sticker.tscn Normal file
View file

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://kbso0l2uk2n7"]
[node name="Sticker" type="Node"]