aboutsummaryrefslogtreecommitdiff
path: root/scripts/resources.gd
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-02-08 14:14:42 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-02-08 14:14:42 +0100
commite0a389ff5964c34022fb90d9c3fb29053567ec65 (patch)
tree8d6dd57951e7532f6864c90a46bd288371bcfd3d /scripts/resources.gd
parenteea642395bb0ef706c7241d4a749f3e0ac4cc460 (diff)
enemy colorsHEADmain
Diffstat (limited to 'scripts/resources.gd')
-rw-r--r--scripts/resources.gd2
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"