From 86f9f1d2eb45887393484f508e3e3d800a69705c Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 10 Dec 2022 01:34:34 +0100 Subject: [PATCH] Create Storage.gd --- Storage.gd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Storage.gd 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