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
Minor cleanup
master
Ryan Reed
1 year ago
parent
df315da676
commit
9ae678d8f6
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
world.gd
+ 0
- 1
world.gd
View File
@ -166,7 +166,6 @@ func toggle_pause() -> void:
else
:
generation_timer
.
start
(
)
## Create the cell using the rendering server
## This is only performed on initial world generation
func
create_cell
(
pos
:
Vector2
,
visible_cell
:
bool
=
true
)
-
>
RID
:
Write
Preview
Loading…
Cancel
Save