|
@ -166,7 +166,6 @@ func toggle_pause() -> void: |
|
|
else: generation_timer.start() |
|
|
else: generation_timer.start() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Create the cell using the rendering server |
|
|
## Create the cell using the rendering server |
|
|
## This is only performed on initial world generation |
|
|
## This is only performed on initial world generation |
|
|
func create_cell(pos: Vector2, visible_cell: bool = true) -> RID: |
|
|
func create_cell(pos: Vector2, visible_cell: bool = true) -> RID: |
|
|