Create Storage.gd

This commit is contained in:
Arthur
2022-12-10 01:34:34 +01:00
parent 4a1b2887a8
commit 86f9f1d2eb

11
Storage.gd Normal file
View File

@@ -0,0 +1,11 @@
extends "res://Module.gd"
# 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