diff --git a/Storage.gd b/Storage.gd new file mode 100644 index 0000000..3aba42d --- /dev/null +++ b/Storage.gd @@ -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