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
pull/1/head
Ryan Reed
1 year ago
parent
6e4a35b0c2
commit
6938f915c7
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
world.gd
+ 1
- 2
world.gd
View File
@ -23,9 +23,8 @@ enum CellStates {
var
cell_instance
var
generation
:
int
=
1
var
world
:
Array
=
[
]
var
total_living
:
int
=
0
var
world
:
Array
=
[
]
func
_ready
(
)
-
>
void
:
Write
Preview
Loading…
Cancel
Save