This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
godot-conway
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
7
Activity
Browse Source
Fixing world seed generation
pull/1/head
Ryan Reed
1 year ago
parent
9f73f53ad8
commit
e3bb22d79b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
world.gd
+ 1
- 1
world.gd
View File
@ -204,5 +204,5 @@ func _on_generation_submit_pressed() -> void:
generation_ui
.
visible
=
false
background_ui
.
visible
=
false
seed
(
world_seed
)
randomize
(
)
start_conway
(
)
Write
Preview
Loading…
Cancel
Save