diff --git a/tunictracker/tracker/static/tracker/images/x_mark.png b/tunictracker/tracker/static/tracker/images/x_mark.png new file mode 100644 index 0000000..beb3214 Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/x_mark.png differ diff --git a/tunictracker/tracker/templates/tracker/about/index.html b/tunictracker/tracker/templates/tracker/about/index.html index 46ad40d..c8f070d 100644 --- a/tunictracker/tracker/templates/tracker/about/index.html +++ b/tunictracker/tracker/templates/tracker/about/index.html @@ -1,28 +1,36 @@ {% load static %} -
- - About this tracker - - -
- Settings - {% include "tracker/address/index.html" %} -
- - -
-
- - -
+
+
+ + About this tracker + + + +
+ Settings + {% include "tracker/address/index.html" %} +
+ + +
+
+ + +
+
+ {% include "tracker/howto/index.html" %}
- {% include "tracker/howto/index.html" %} -
+ diff --git a/tunictracker/tracker/templates/tracker/howto/index.html b/tunictracker/tracker/templates/tracker/howto/index.html index 77a6a8d..1fc18b1 100644 --- a/tunictracker/tracker/templates/tracker/howto/index.html +++ b/tunictracker/tracker/templates/tracker/howto/index.html @@ -5,55 +5,61 @@ Setup
-
+
Usage - -
-
-
  • - * Ideally, this would eventually be something more straightforward, like simply listing the path to an area. That will hopefully be added later down the line. -
  • +
    +
      +
    • + You will always be shown the current, total, and remaining checks/entrances in the game left to discover, and a breakdown of the current area you're in. +
    • +
    • + Click/tap "Summary" to look at all the totals for each area, which get color coded depending on what you still need. +
        +
      • + Gray: You haven't discovered this area +
      • +
      • + Green: You know where this is, and there are entrances and checks still left +
      • +
      • + Purple: You know where this is, and all the entrances, but there are still checks left +
      • +
      • + Orange: You know where this is, and all the checks, but there are still entrances left +
      • +
      • + Clear: You've fully discovered this area +
      • +
      +
    • +
    • + Click/tap "Holy Cross Codes" to see the codes you can do in the current area, ordered by distance. Codes will highlight when you are in range to do them, and disappear when you've input them. + Spells will always be at the bottom. +
    • +
    • + Click/tap any "Summary" block to get a breakdown of that area alongside your current area. + You can also click/tap any mapped entrance to get a breakdown of the scene that entrance would take you to. + This acts as a way to traverse the discovered areas in your game. For example, if I want to find how to get to "The Heir", I can click/tap that summary block to get a breakdown of that area, + and then click the mapped entrances until I get to the Overworld.* +
    • +
    +
    +
    +
  • + * Ideally, this would eventually be something more straightforward, like simply listing the path to an area. That will hopefully be added later down the line. +
  • +