forked from noxious/client
Fixed delete character confirm. modal title, fixed game resizing
This commit is contained in:
parent
3763bd5415
commit
50ae61bcb7
@ -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?
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user