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:
@ -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">
|
||||
|
Reference in New Issue
Block a user