aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 16:30:35 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-15 16:30:35 +0200
commit3d9a47f0f6dcb6e6e33bf2d2bd34fa903422ac62 (patch)
treec93706980d97f8ccea419e3aed8488903c0ed4bd /docs
parent3f375a193d0f10a8121d568a745a7903c075c568 (diff)
implement forward time jumps
Diffstat (limited to 'docs')
-rw-r--r--docs/class-diag.puml3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/class-diag.puml b/docs/class-diag.puml
index a502503..cfa954d 100644
--- a/docs/class-diag.puml
+++ b/docs/class-diag.puml
@@ -103,7 +103,7 @@ rectangle Group_Model as "Model" <<group>> {
+ update()
--
- paused : bool <<+get>> <<+set>>
- - tick : unsigned long long
+ - jump : unsigned long
--
- working : bool
- worker : thread *
@@ -216,7 +216,6 @@ rectangle Group_TileBehavior as "Tile behavior" <<group>> {
class BlueTileBehavior {
- type = "B" : <<static constexpr>>
--
- - update_neighbor(here : Tile &, dx, dy)
- dx : int
- dy : int
}