game object module

This commit is contained in:
2024-11-06 20:09:02 +02:00
parent e3a2a0251d
commit 7180cfeb7f
16 changed files with 201 additions and 70 deletions
+3 -5
View File
@@ -1,14 +1,12 @@
<template>
<v-container class="fill-height">
<v-responsive
class="align-centerfill-height mx-auto"
>
<v-responsive class="align-centerfill-height mx-auto">
</v-responsive>
</v-container>
</template>
<script setup>
//
//
</script>