diff --git a/ui/src/App.vue b/ui/src/App.vue index cbfd175..c60083f 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -9,7 +9,7 @@

Der Gelöt

- + -
- - - - - -
- - - - - \ No newline at end of file diff --git a/ui/src/components/DoorMapEditor.vue b/ui/src/components/DoorMapEditor.vue new file mode 100644 index 0000000..80f2a36 --- /dev/null +++ b/ui/src/components/DoorMapEditor.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/ui/src/components/rects/Rect.vue b/ui/src/components/rects/Rect.vue new file mode 100644 index 0000000..e874d04 --- /dev/null +++ b/ui/src/components/rects/Rect.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/ui/src/components/rects/RectPad.vue b/ui/src/components/rects/RectPad.vue new file mode 100644 index 0000000..9236f70 --- /dev/null +++ b/ui/src/components/rects/RectPad.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/ui/src/components/rectangles.ts b/ui/src/components/rects/rectangles.ts similarity index 100% rename from ui/src/components/rectangles.ts rename to ui/src/components/rects/rectangles.ts