Initial commit

This commit is contained in:
Oleksiy
2021-07-27 22:23:57 +03:00
commit 6cf84a1951
208 changed files with 4053 additions and 0 deletions

16
Collect.gd Normal file
View File

@ -0,0 +1,16 @@
extends AudioStreamPlayer2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
print(get_path())
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass