summaryrefslogtreecommitdiff
path: root/Scripts/Generator.gd
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-04-14 23:00:45 +0700
committeraltaf-creator <dev@altafcreator.com>2024-04-14 23:00:45 +0700
commitf1b4d6034c937c89b2750bc209684a4e19896177 (patch)
treef91731656ff901e458ab504b8e8e33fb06e67c0b /Scripts/Generator.gd
parent21d3893b6b1c1ffb2d9611bce67568e713161b3d (diff)
Art overhaul
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)