diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 19:41:46 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-17 19:41:46 +0100 |
commit | f75ee64e21f67b4f27404147aedaa63750058d5a (patch) | |
tree | 8e35f5b0ca986169e46ef1f90c3fdd951a9af113 /scripts/resources.gd | |
parent | a7bda4264b45c0c64fd81ac91b4f1fbbc539e314 (diff) |
wave
Diffstat (limited to 'scripts/resources.gd')
-rw-r--r-- | scripts/resources.gd | 2 |
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): |