WIP
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user