summaryrefslogtreecommitdiffstats
path: root/GlobalData.gd
diff options
context:
space:
mode:
Diffstat (limited to 'GlobalData.gd')
-rw-r--r--GlobalData.gd12
1 files changed, 12 insertions, 0 deletions
diff --git a/GlobalData.gd b/GlobalData.gd
new file mode 100644
index 0000000..ae803e4
--- /dev/null
+++ b/GlobalData.gd
@@ -0,0 +1,12 @@
+extends Node
+
+export(int) var player_hp = 3
+
+# 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