This commit is contained in:
Chris Chen
2025-11-05 15:49:51 -08:00
parent 89cb09adb6
commit b24753afe7
2 changed files with 78 additions and 3 deletions
@@ -1,6 +1,14 @@
<nb-card *ngIf="!hero">
<nb-card-body>
<button nbButton hero status="primary" fullWidth (click)="initHero()">Choose Hero</button>
<!-- Hero Selection Screen -->
<nb-card *ngIf="!hero" class="hero-selection-card">
<nb-card-body class="hero-selection-body">
<div class="hero-selection-content">
<h2 class="hero-selection-title">Choose Your Hero</h2>
<p class="hero-selection-subtitle">Begin your epic adventure</p>
<button nbButton hero status="primary" size="large" class="hero-selection-btn" (click)="initHero()">
<nb-icon icon="star-outline" class="mr-2"></nb-icon>
Select Hero
</button>
</div>
</nb-card-body>
</nb-card>
<div *ngIf="hero">