From d1dc6ddc035193ab6e2570f58b7e3a79fc335bce Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Sat, 20 Feb 2021 10:26:22 +0100 Subject: sock work --- design/notes.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'design') diff --git a/design/notes.txt b/design/notes.txt index c9903bb..0cd57c3 100644 --- a/design/notes.txt +++ b/design/notes.txt @@ -52,6 +52,13 @@ view from 18:02:21 to the end: details: +implement stats hud view: +? stats have to include individual weapon cooldowns and damage, what to do + either put all as lines in stats (clean, but ugly) + or modify the components directly (messy) + or have the components hold both values, with mouse over showing the chain of effects +! components hold both values, stats screen is for stats only. + implement cost function: oh boy cost of a component = c_c @@ -160,12 +167,6 @@ implement augment calculation: ok add_speed -> done, not tested -implement stats hud view: -? stats have to include individual weapon cooldowns and damage, what to do - either put all as lines in stats (clean, but ugly) - or modify the components directly (messy) -! put them in stats later - implement sound: partially done, need sound design -- cgit v1.2.3-54-g00ecf