diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 14:14:42 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 14:14:42 +0100 |
commit | e0a389ff5964c34022fb90d9c3fb29053567ec65 (patch) | |
tree | 8d6dd57951e7532f6864c90a46bd288371bcfd3d /scripts/resources.gd | |
parent | eea642395bb0ef706c7241d4a749f3e0ac4cc460 (diff) |
Diffstat (limited to 'scripts/resources.gd')
-rw-r--r-- | scripts/resources.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/resources.gd b/scripts/resources.gd index 53462a6..16a9b5d 100644 --- a/scripts/resources.gd +++ b/scripts/resources.gd @@ -6,7 +6,7 @@ var a : float = 0 var d : float = 0 var s : float = 0 -var lives : int = 0 +var lives : int = 100 func get_names(): return "Tkads" |