diff --git a/index.html b/index.html index b07b8ee..bfc73e5 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Starsy ̋̄— Star System Generator + Starsy — Star System Generator
diff --git a/src/App.vue b/src/App.vue index e2182fe..e736326 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,13 +8,53 @@
- -
  • Edit planets by clicking directly inside the graphic or in the table below.
  • -
  • Drag planets around to change their distance.
  • -
  • The last removed planet can be restored from the table.
  • -
  • ONLY THE LAST removed planet can be restored.
  • -
  • Click on a planet to get more tips.
  • -
    + + + + + +
    @@ -22,20 +62,52 @@ diff --git a/src/components/Tips.vue b/src/components/Tips.vue index 884d220..e964119 100644 --- a/src/components/Tips.vue +++ b/src/components/Tips.vue @@ -1,5 +1,5 @@