summaryrefslogtreecommitdiff
path: root/scripts/template_incubate.gd
diff options
context:
space:
mode:
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