visitor list
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
(onClose)="closeMenu()"
|
||||
></ff-inventory>
|
||||
|
||||
<ff-visitor-list
|
||||
[isVisible]="shownMenu == EInteractionMenuState.VisitorList"
|
||||
(onClose)="closeMenu()"
|
||||
[host]="chibi()"
|
||||
[visitors]="[]"
|
||||
></ff-visitor-list>
|
||||
|
||||
<div class="flex flex-row gap-5 py-4 container mx-auto">
|
||||
<ff-button (click)="openInventory()">{{
|
||||
lang.game.actions.giveItem
|
||||
@@ -32,9 +39,18 @@
|
||||
<ff-button (click)="openFoodPantry()">{{
|
||||
lang.game.actions.feed
|
||||
}}</ff-button>
|
||||
<ff-button (click)="interact(EChibiInteraction.WakeUp)">{{
|
||||
lang.game.actions.wakeUp
|
||||
<ff-button (click)="openVisitorList()">{{
|
||||
lang.game.actions.inviteVisitor
|
||||
}}</ff-button>
|
||||
@if (isAwake()) {
|
||||
<ff-button (click)="interact(EChibiInteraction.WakeUp)">{{
|
||||
lang.game.actions.wakeUp
|
||||
}}</ff-button>
|
||||
} @else {
|
||||
<ff-button (click)="interact(EChibiInteraction.PutToSleep)">{{
|
||||
lang.game.actions.putToSleep
|
||||
}}</ff-button>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user