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"
|
||||
>
|
||||
<template #modalHeader>
|
||||
Deleting character
|
||||
<h3 class="m-0 font-medium">Deleting character</h3>
|
||||
</template>
|
||||
<template #modalBody>
|
||||
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,
|
||||
height: window.innerHeight,
|
||||
type: Phaser.AUTO,
|
||||
scale: {
|
||||
mode: Phaser.Scale.EXPAND,
|
||||
autoCenter: Phaser.Scale.CENTER_BOTH,
|
||||
},
|
||||
resolution: 5,
|
||||
pixelArt: true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user