Skip to content

Commit

Permalink
Fixed the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Jun 16, 2023
1 parent 9796789 commit e24258d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Conway-Model/ConwayCell.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ ConwayCell class >> SpatialEntityPOV_dead_red [
^ Array with: 0.5 with: 0.0 with: 0.1
]

{ #category : #accessing }
ConwayCell class >> entityName [

^ 'Cell'
]

{ #category : #'default value' }
ConwayCell class >> state_default [

Expand Down

0 comments on commit e24258d

Please sign in to comment.