update docs
This commit is contained in:
parent
f13fe16317
commit
78e4c6ee9e
9
gdd.md
9
gdd.md
|
@ -11,15 +11,14 @@
|
||||||
## Clock
|
## Clock
|
||||||
|
|
||||||
Ticks can be applied manually or they can be applied over time.
|
Ticks can be applied manually or they can be applied over time.
|
||||||
Add a tick counter as a UI element.
|
There is a tick counter UI debug element.
|
||||||
|
|
||||||
## Grid
|
## Diffusion
|
||||||
|
|
||||||
|
### Grid
|
||||||
|
|
||||||
Add a 10x10 grid.
|
Add a 10x10 grid.
|
||||||
Tiles are highlighted a different colour when the player hovers over them with the cursor.
|
Tiles are highlighted a different colour when the player hovers over them with the cursor.
|
||||||
|
|
||||||
### Diffusion
|
|
||||||
|
|
||||||
Tiles in the grid contain floating point values.
|
Tiles in the grid contain floating point values.
|
||||||
These values propogate to neighbouring cells a tick happens.
|
These values propogate to neighbouring cells a tick happens.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue