1
0
forked from noxious/client

Fixed delete character confirm. modal title, fixed game resizing

This commit is contained in:
Dennis Postma 2024-09-08 14:30:32 +02:00
parent 3763bd5415
commit 50ae61bcb7
2 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,7 @@
confirm-button-text="Delete" confirm-button-text="Delete"
> >
<template #modalHeader> <template #modalHeader>
Deleting character <h3 class="m-0 font-medium">Deleting character</h3>
</template> </template>
<template #modalBody> <template #modalBody>
You are about to delete <span class="font-extrabold">{{deletingCharacter.name}}</span>, are you sure about that? You are about to delete <span class="font-extrabold">{{deletingCharacter.name}}</span>, are you sure about that?

View File

@ -63,10 +63,6 @@ const gameConfig = {
width: window.innerWidth, width: window.innerWidth,
height: window.innerHeight, height: window.innerHeight,
type: Phaser.AUTO, type: Phaser.AUTO,
scale: {
mode: Phaser.Scale.EXPAND,
autoCenter: Phaser.Scale.CENTER_BOTH,
},
resolution: 5, resolution: 5,
pixelArt: true pixelArt: true
} }