Attempt to fix keeping image quality on zoom out

This commit is contained in:
Dennis Postma 2024-09-29 00:52:14 +02:00
parent fd599907e5
commit fda5224806

View File

@ -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 />