1
0
forked from noxious/client

npm update, moved tile editor to game, load tiles image instead of needing to select one

This commit is contained in:
2024-06-08 15:29:49 +02:00
parent 247e7e1b84
commit b25a05839e
4 changed files with 70 additions and 62 deletions

View File

@ -23,15 +23,6 @@
</div>
<audio ref="bgm" id="bgm" src="/assets/music/bgm.mp3" loop autoplay></audio>
<img draggable="false" src="/assets/bglogin.png" id="bg-img" alt="New Quest login background" />
<Modal :isModalOpen="true">
<template #modal-header>
<h1>Zone Editor</h1>
</template>
<template #modal-body>
<ZoneEditor />
</template>
</Modal>
</template>
<script setup lang="ts">