aboutsummaryrefslogtreecommitdiff
path: root/scripts/resources.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/resources.gd')
-rw-r--r--scripts/resources.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/resources.gd b/scripts/resources.gd
index 1fc50c5..2575cb3 100644
--- a/scripts/resources.gd
+++ b/scripts/resources.gd
@@ -6,6 +6,8 @@ var a : float = 0
var d : float = 0
var s : float = 0
+var lives : int = 0
+
func get_names(): return "Tkads"
func dict_to_str (cost):