diff --git a/world.gd b/world.gd index 1a173c1..4732d47 100644 --- a/world.gd +++ b/world.gd @@ -204,5 +204,5 @@ func _on_generation_submit_pressed() -> void: generation_ui.visible = false background_ui.visible = false seed(world_seed) - randomize() + start_conway()