Sticker init
This commit is contained in:
parent
c2292b5b62
commit
0f6f75e8c5
2 changed files with 26 additions and 0 deletions
23
core/Sticker.gd
Normal file
23
core/Sticker.gd
Normal 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
3
core/Sticker.tscn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gd_scene format=3 uid="uid://kbso0l2uk2n7"]
|
||||
|
||||
[node name="Sticker" type="Node"]
|
Loading…
Reference in a new issue