From 3c3c880a3c968aa26c65e4f6ce63aa64a35e9220 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Wed, 5 Nov 2025 17:01:51 -0800 Subject: [PATCH] WIP --- .../hero-dashboard.component.html | 79 ++++- .../hero-dashboard.component.scss | 298 ++++++++++++++++++ .../hero-dashboard.component.ts | 67 ++-- 3 files changed, 415 insertions(+), 29 deletions(-) diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html index d0ef862..56ed836 100644 --- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html +++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.html @@ -1,5 +1,5 @@ - - + +

Choose Your Hero

@@ -11,6 +11,77 @@
+ + +
+
+
+
+
+
+

{{currentSelectingHero.name}}

+ {{HeroClass[selectedHeroClass]}} + ({{currentHeroIndex + 1}} / {{heros.length}}) +
+
+
+
+
+
+ {{currentSelectingHero.name}} + +
+
+
+ + {{currentSelectingHero.hpMaximum}} +
+
+
+
+
+
+
+ + {{currentSelectingHero.mpMaximum}} +
+
+
+
+
+
+
+
+
+
+
Abilities
+
+
Shadow Abilities
+
+
+
+
+
+
+ + + +
+
+
+
+
@@ -202,7 +273,7 @@
-
+