summaryrefslogtreecommitdiff
path: root/scripts/template_incubate.gd
diff options
context:
space:
mode:
authorJ08nY2017-04-24 18:19:14 +0200
committerJ08nY2017-04-24 18:19:14 +0200
commit146b302545b8cda8df456d105ac30ee961365056 (patch)
tree00d809d197ffdb2732cefb6a9722fda2cec0054c /scripts/template_incubate.gd
parent8f1613ca0fab95fe837d9278e7829f70fb7bc934 (diff)
downloadld38-146b302545b8cda8df456d105ac30ee961365056.tar.gz
ld38-146b302545b8cda8df456d105ac30ee961365056.tar.zst
ld38-146b302545b8cda8df456d105ac30ee961365056.zip
Diffstat (limited to 'scripts/template_incubate.gd')
-rw-r--r--scripts/template_incubate.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/template_incubate.gd b/scripts/template_incubate.gd
index f5c834c..867d15d 100644
--- a/scripts/template_incubate.gd
+++ b/scripts/template_incubate.gd
@@ -2,3 +2,7 @@ extends "res://scripts/template.gd"
func _init().("res://assets/incubator.json"):
pass
+
+func get_stage(stage):
+ var stages = self.data["stages"]
+ return stages[stage] \ No newline at end of file