diff --git a/tunictracker/tracker/static/tracker/assets/main.js b/tunictracker/tracker/static/tracker/assets/main.js index b9a9444..fb57b5f 100644 --- a/tunictracker/tracker/static/tracker/assets/main.js +++ b/tunictracker/tracker/static/tracker/assets/main.js @@ -963,22 +963,16 @@ async function update_scene(scene) { current_summary_old.querySelector(".summary-checks").dataset.checksRemaining ); const old_entrances_remaining = parseInt( - current_summary_old.querySelector(".summary-entrances").dataset.entrancesRemaining + current_summary_old.querySelector(".summary-entrances").dataset + .entrancesRemaining + ); + const old_checks_total = parseInt( + current_summary_old.querySelector(".summary-checks").dataset.checksTotal ); - const old_checks_total = parseInt(current_summary_old.querySelector(".summary-checks").dataset.checksTotal); const old_entrances_total = parseInt( - current_summary_old.querySelector(".summary-entrances").dataset.entrancesTotal + current_summary_old.querySelector(".summary-entrances").dataset + .entrancesTotal ); - // const current_checks_remaining = parseInt( - // current_summary.dataset.checksRemaining - // ); - // const current_entrances_remaining = parseInt( - // current_summary.dataset.entrancesRemaining - // ); - // const current_checks_total = parseInt(current_summary.dataset.checksTotal); - // const current_entrances_total = parseInt( - // current_summary.dataset.entrancesTotal - // ); // Update the current summary current_summary_old.dataset.current = false; diff --git a/tunictracker/tracker/static/tracker/images/question_mark.png b/tunictracker/tracker/static/tracker/images/question_mark.png new file mode 100644 index 0000000..9a3d021 Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/question_mark.png differ diff --git a/tunictracker/tracker/static/tracker/images/trading_cards/TUNCingCards_Glace01_Web.png b/tunictracker/tracker/static/tracker/images/trading_cards/TUNCingCards_Glace01_Web.png new file mode 100644 index 0000000..5c5eb4b Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/trading_cards/TUNCingCards_Glace01_Web.png differ diff --git a/tunictracker/tracker/templates/tracker/about/index.html b/tunictracker/tracker/templates/tracker/about/index.html new file mode 100644 index 0000000..46ad40d --- /dev/null +++ b/tunictracker/tracker/templates/tracker/about/index.html @@ -0,0 +1,28 @@ +{% load static %} +
+ + About this tracker + + +
+ Settings + {% include "tracker/address/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 b7617d2..77a6a8d 100644 --- a/tunictracker/tracker/templates/tracker/howto/index.html +++ b/tunictracker/tracker/templates/tracker/howto/index.html @@ -1,83 +1,59 @@
How To Use This Tracker -
-
Setup
- -
Usage
- -
-
-
  • - * Since tunic doesn't save when you do a code, it won't update until you do something that causes the game to make a new save, like pausing, going to another area, or clearing a check. -
  • -
  • - ** 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. -
  • -
    +
    +
    + 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. +
  • +
    +
    diff --git a/tunictracker/tracker/templates/tracker/index.html b/tunictracker/tracker/templates/tracker/index.html index c90090d..71071ac 100644 --- a/tunictracker/tracker/templates/tracker/index.html +++ b/tunictracker/tracker/templates/tracker/index.html @@ -3,6 +3,7 @@ {% block content %}
    + {% include "tracker/about/index.html" %}
    {% if debug != '' %}
    @@ -87,31 +88,6 @@
    -
    - Settings - {% include "tracker/address/index.html" %} -
    - - -
    -
    - - -
    -
    - {% include "tracker/howto/index.html" %}
    {% else %}
    {% endif %}