summaryrefslogtreecommitdiff
path: root/Scripts/Generator.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/Generator.gd')
-rw-r--r--Scripts/Generator.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/Generator.gd b/Scripts/Generator.gd
index 834e07b..78ffa2f 100644
--- a/Scripts/Generator.gd
+++ b/Scripts/Generator.gd
@@ -36,7 +36,7 @@ func generate():
if is_big:
new.position = Vector2(randf_range(400, 900), randf_range(200, 400)) # disgusting hardcoded values, or not really?
else:
- new.position = Vector2(randf_range(30, 1250), randf_range(30, 690))
+ new.position = Vector2(randf_range(30, 1250), randf_range(90, 690))
get_node(GlobalVariables.NODE).add_child(new)