diff options
Diffstat (limited to 'design/notes.txt')
-rw-r--r-- | design/notes.txt | 13 |
1 files changed, 7 insertions, 6 deletions
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 |