the great renaming
This commit is contained in:
22
src/app/pages/interactions/interactions.component.html
Normal file
22
src/app/pages/interactions/interactions.component.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="flex flex-col h-[100vh]">
|
||||
<div class="min-h-56 h-2/3 max-h-2/3">
|
||||
@if (chibi()) {
|
||||
<ff-header [link]="ERouteKey.Home" [page]="chibi().name"></ff-header>
|
||||
<div
|
||||
class="flex flex-row justify-center px-2 py-4 h-full overflow-y-scroll"
|
||||
>
|
||||
<ff-interaction-canvas
|
||||
class="w-full flex flex-row justify-center"
|
||||
[chibi]="chibi()"
|
||||
></ff-interaction-canvas>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<div class="h-1/3 min-h-20 bg-primary-300">
|
||||
<ff-food-pantry></ff-food-pantry>
|
||||
<ff-inventory></ff-inventory>
|
||||
<ff-button (click)="interact(EChibiInteraction.WakeUp)">{{
|
||||
lang.game.actions.wakeUp
|
||||
}}</ff-button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user