From 21aeaadf332d1a0d874f2c3850944fbdc6e64ff1 Mon Sep 17 00:00:00 2001 From: Hop311 Date: Fri, 7 Apr 2023 15:29:09 +0100 Subject: Logo on Mainmenu + icon imports + whitespace cleanup (#82) * Whitespace cleanup * Icon import files * Logo on main menu. --- docs/general-program-architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/general-program-architecture.md') diff --git a/docs/general-program-architecture.md b/docs/general-program-architecture.md index 533a8fa..c37d390 100644 --- a/docs/general-program-architecture.md +++ b/docs/general-program-architecture.md @@ -19,14 +19,14 @@ Player ->> UI: Press "New Game" or
"Load Game" button UI ->> Bridge: Begin new Game Session Bridge ->> Simulation: Start new Game Session Simulation -->> Dataloader: Load previous savegame
(If necessary) -Dataloader -->> Simulation: +Dataloader -->> Simulation: Simulation ->> Bridge: Provide information necessary
for UI and visual elements Bridge ->> UI: Signal that Game Session
is ready for interaction UI ->> Player: Present to Player loop Core Game Loop Player ->> UI: Interact with game controls -UI ->> Bridge: Convey player intent
according to UI
handler functions +UI ->> Bridge: Convey player intent
according to UI
handler functions Bridge ->> Simulation: Relay changes to entities
controlled by the Player Note over Simulation: When unpaused: Simulation ->> Simulation: Advance to next in-game day
according to game speed
and update Simulation state -- cgit v1.2.3-56-ga3b1