Attempt to fix keeping image quality on zoom out
This commit is contained in:
parent
fd599907e5
commit
fda5224806
@ -4,7 +4,7 @@
|
||||
<GmPanel v-if="gameStore.character?.role === 'gm'" />
|
||||
|
||||
<div v-if="!zoneEditorStore.active">
|
||||
<Game :config="gameConfig" @create="createGame">
|
||||
<Game :config="gameConfig" @create="createGame" style="image-rendering: pixelated">
|
||||
<Scene name="main" @preload="preloadScene" @create="createScene">
|
||||
<div v-if="isLoaded">
|
||||
<Inventory />
|
||||
|
Loading…
x
Reference in New Issue
Block a user