From 2d888d00efba0314ac6357f2dbccd0ad01173023 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 9 Aug 2022 23:09:14 +0300 Subject: Add background --- GlobalData.gd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 GlobalData.gd (limited to 'GlobalData.gd') 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 -- cgit v1.3