diff --git a/GUI/public/Arrow/Arrow_Red.svg b/GUI/public/Arrow/Arrow_Red.svg new file mode 100644 index 0000000..ab220b0 --- /dev/null +++ b/GUI/public/Arrow/Arrow_Red.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/GUI/public/Arrow/Arrow_White.svg b/GUI/public/Arrow/Arrow_White.svg new file mode 100644 index 0000000..e3be6e0 --- /dev/null +++ b/GUI/public/Arrow/Arrow_White.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/GUI/src/components/Game/Field.vue b/GUI/src/components/Game/Field.vue deleted file mode 100644 index 331c175..0000000 --- a/GUI/src/components/Game/Field.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - - - \ No newline at end of file diff --git a/GUI/src/components/game/Field.vue b/GUI/src/components/game/Field.vue new file mode 100644 index 0000000..df6ac14 --- /dev/null +++ b/GUI/src/components/game/Field.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file diff --git a/GUI/src/main.ts b/GUI/src/main.ts index 9ce37d5..934aca6 100644 --- a/GUI/src/main.ts +++ b/GUI/src/main.ts @@ -1,6 +1,6 @@ import { createApp } from 'vue' import App from './Layout.vue' -import router from './router' +import router from './utils' // Vuetify import 'vuetify/styles' import { createVuetify } from 'vuetify' diff --git a/GUI/src/routes/LocalMode.vue b/GUI/src/routes/LocalMode.vue index 5062910..a34dc1f 100644 --- a/GUI/src/routes/LocalMode.vue +++ b/GUI/src/routes/LocalMode.vue @@ -1,20 +1,25 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/GUI/src/Interfaces/.gitkeep b/GUI/src/scripts/classes/.gitkeep similarity index 100% rename from GUI/src/Interfaces/.gitkeep rename to GUI/src/scripts/classes/.gitkeep diff --git a/GUI/src/scripts/interfaces/.gitkeep b/GUI/src/scripts/interfaces/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/GUI/src/router/index.ts b/GUI/src/utils/index.ts similarity index 100% rename from GUI/src/router/index.ts rename to GUI/src/utils/index.ts