1
0
forked from noxious/client
This commit is contained in:
2024-07-25 21:14:46 +02:00
parent a14f21fdc6
commit ccc40b0abb
3 changed files with 12 additions and 15 deletions

View File

@ -63,7 +63,6 @@
<input v-model.number="action.frameHeight" class="input-cyan" type="number" step="any" name="frame-height" placeholder="Frame height" />
</div>
<div class="w-full flex mb-5 gap-2">
<!-- Component with images in base64 format, ordered -->
<SpriteActionsInput v-model="action.images" />
</div>
</form>