From 78e4c6ee9e1cb8940ef77791d2c6bc1997b6c807 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Wed, 21 Dec 2022 22:51:51 +0000 Subject: [PATCH] update docs --- gdd.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gdd.md b/gdd.md index fa2b769..b780dcd 100644 --- a/gdd.md +++ b/gdd.md @@ -11,15 +11,14 @@ ## Clock 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. Tiles are highlighted a different colour when the player hovers over them with the cursor. - -### Diffusion - Tiles in the grid contain floating point values. These values propogate to neighbouring cells a tick happens.