diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Default/Seeking Spell.png b/tunictracker/tracker/static/tracker/images/cross_codes/Default/Seeking Spell.png index b239c49..ab656ff 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Default/Seeking Spell.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Default/Seeking Spell.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Hourglass Cave/Holy Cross Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/Hourglass Cave/Holy Cross Door.png new file mode 100644 index 0000000..e10d51d Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/cross_codes/Hourglass Cave/Holy Cross Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Lower Mountain/Top Of Mountain Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/Lower Mountain/Top Of Mountain Door.png new file mode 100644 index 0000000..3aefebf Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/cross_codes/Lower Mountain/Top Of Mountain Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Misc/Misc_EastForest_OneDollar.png b/tunictracker/tracker/static/tracker/images/cross_codes/Misc/Misc_EastForest_OneDollar.png new file mode 100644 index 0000000..7eee268 Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/cross_codes/Misc/Misc_EastForest_OneDollar.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Old House/Holy Cross Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/Old House/Holy Cross Door.png new file mode 100644 index 0000000..909a490 Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/cross_codes/Old House/Holy Cross Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Fountain Cross Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Fountain Cross Door.png index 38fdd94..b239c49 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Fountain Cross Door.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Fountain Cross Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Golden Obelisk Page.png b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Golden Obelisk Page.png index a7228ff..b244101 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Golden Obelisk Page.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Golden Obelisk Page.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Haiku Holy Cross.png b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Haiku Holy Cross.png index 6b24037..202b543 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Haiku Holy Cross.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Haiku Holy Cross.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southeast Cross Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southeast Cross Door.png index 61faadf..b239c49 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southeast Cross Door.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southeast Cross Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southwest Flowers Holy Cross.png b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southwest Flowers Holy Cross.png index e3009e6..b10ed8f 100644 Binary files a/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southwest Flowers Holy Cross.png and b/tunictracker/tracker/static/tracker/images/cross_codes/Overworld/Southwest Flowers Holy Cross.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Holy Cross Door.png b/tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Holy Cross Door.png new file mode 100644 index 0000000..b239c49 Binary files /dev/null and b/tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Holy Cross Door.png differ diff --git a/tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Tree Holy Cross Chest.png b/tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Tree Holy Cross Chest copy.png similarity index 100% rename from tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Tree Holy Cross Chest.png rename to tunictracker/tracker/static/tracker/images/cross_codes/West Garden/Tree Holy Cross Chest copy.png diff --git a/tunictracker/tracker/templates/tracker/about/index.html b/tunictracker/tracker/templates/tracker/about/index.html index cbaa7a8..089efbd 100644 --- a/tunictracker/tracker/templates/tracker/about/index.html +++ b/tunictracker/tracker/templates/tracker/about/index.html @@ -9,7 +9,7 @@

About


-
+
{% include "tracker/howto/index.html" %}
Settings diff --git a/tunictracker/tracker/templates/tracker/breakdown/block.html b/tunictracker/tracker/templates/tracker/breakdown/block.html index c842a8a..4332fee 100644 --- a/tunictracker/tracker/templates/tracker/breakdown/block.html +++ b/tunictracker/tracker/templates/tracker/breakdown/block.html @@ -1,66 +1,75 @@
-
-
{{ scene_title }}
-
-
-
-
- Checks: {{ scene_data.checks.collected }}/{{ scene_data.checks.total }} ({{ scene_data.checks.remaining }} left) +
+
+
{{ scene_title }}
+
+
+
+
+
+
+
+ Checks: {{ scene_data.checks.collected }}/{{ scene_data.checks.total }} ({{ scene_data.checks.remaining }} left) +
+
+
+
+ + {% for check_name, check in scene_data.checks.checks.items %} + {% if not check.name %} +
    + ❌ {{ check_name }} +
+ {% endif %} + {% endfor %}
-
-
-
- - {% for check_name, check in scene_data.checks.checks.items %} - {% if not check.name %} -
    - ❌ {{ check_name }} -
- {% endif %} - {% endfor %}
-
-
-
- Entrances: {{ scene_data.entrances.found }}/{{ scene_data.entrances.total }} ({{ scene_data.entrances.remaining }} left) +
+
+
+
+ Entrances: {{ scene_data.entrances.found }}/{{ scene_data.entrances.total }} ({{ scene_data.entrances.remaining }} left) +
+
+
+
+ + {% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} + {% if entrance_destination.door == "" %} +
    + ❌ {{ entrance_origin }} +
+ {% endif %} + {% endfor %}
-
-
-
- - {% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} - {% if entrance_destination.door == "" %} -
    - ❌ {{ entrance_origin }} -
- {% endif %} - {% endfor %}
-
-
- - {% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} - {% if entrance_destination.door %} - - {% endif %} - {% endfor %} +
+
+
+ + {% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} + {% if entrance_destination.door %} + + {% endif %} + {% endfor %} +
diff --git a/tunictracker/tracker/templates/tracker/codes/index.html b/tunictracker/tracker/templates/tracker/codes/index.html index f703a67..3f2bd6f 100644 --- a/tunictracker/tracker/templates/tracker/codes/index.html +++ b/tunictracker/tracker/templates/tracker/codes/index.html @@ -2,7 +2,7 @@ {% comment %} drop-shadow-[0px_0px_4px_rgba(255,255,255,1)]"> {% endcomment %} Holy Cross Codes
-
+
{% include "tracker/codes/block.html" with is_entered=False name="it is a mystery" current_scene="mystery" code="" extra_classes="order-last hidden" %} diff --git a/tunictracker/tracker/templates/tracker/credits/index.html b/tunictracker/tracker/templates/tracker/credits/index.html index 377ede9..2ec25b1 100644 --- a/tunictracker/tracker/templates/tracker/credits/index.html +++ b/tunictracker/tracker/templates/tracker/credits/index.html @@ -3,33 +3,40 @@ Credits
-
-
-
- - A TUNIC themed trading card for "Alice Werefox," which pictures her character lying on the ground near a chest in a small alcove with text reading: "Everything is accessible with ladder storage if you try hard enough." - - - A TUNIC themed trading card for "Glace Painbringer," which pictures her character shooting an icebolt with text reading: "The only kind of person capable of inflicting such pain... is one who has sustained a great deal worse." - - - A TUNIC themed trading card for "Fletcher, Fleet Fox," which pictures their character dashing with text reading: "Deftly jumping from project to project, there is no effort too foolhardy for them, no extreme too distant for consideration.". - +
+
+

- This tracker was created by Alice Werefox and glace with special help from Fletcher whom provided the custom art assets. + This tracker was created by + Alice Werefox and + glace with special help from + Fletcher whom provided the custom art assets.
diff --git a/tunictracker/tracker/templates/tracker/howto/index.html b/tunictracker/tracker/templates/tracker/howto/index.html index 4b990f1..b59e709 100644 --- a/tunictracker/tracker/templates/tracker/howto/index.html +++ b/tunictracker/tracker/templates/tracker/howto/index.html @@ -3,22 +3,26 @@
Setup -
    -
  • - Download the latest release at +
    + +
  • +
  • + Run TUNIC, there should now be an "API Server" button on the quick settings panel. + Turn this on, and optionally set it to autoconnect on launch. +
  • +
  • You should be done, and the tracker should start tracking your game once you start one.
  • +
+
Usage -
+
+
  • 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. diff --git a/tunictracker/tracker/templates/tracker/index.html b/tunictracker/tracker/templates/tracker/index.html index fff278b..4f8db85 100644 --- a/tunictracker/tracker/templates/tracker/index.html +++ b/tunictracker/tracker/templates/tracker/index.html @@ -24,9 +24,10 @@
+ {% include "tracker/status/index.html" %}

-
@@ -51,10 +52,9 @@
-
+
- {% include "tracker/status/index.html" %}
{% include "tracker/breakdown/block.html" with extra_classes="hidden" is_current_scene="false" %} diff --git a/tunictracker/tracker/templates/tracker/summary/list.html b/tunictracker/tracker/templates/tracker/summary/list.html index aa0854a..4d2233f 100644 --- a/tunictracker/tracker/templates/tracker/summary/list.html +++ b/tunictracker/tracker/templates/tracker/summary/list.html @@ -1,4 +1,4 @@ -
+
{% include "tracker/summary/block.html" with extra_classes="" is_hidden="hidden" %} {% for scene, scene_data in scenes.items %} {% if scene != "Posterity" and scene != "Resurrection" and scene != "Loading" %} diff --git a/tunictracker/werefoxtheme/static_src/src/styles.css b/tunictracker/werefoxtheme/static_src/src/styles.css index e0356bc..b0708a6 100644 --- a/tunictracker/werefoxtheme/static_src/src/styles.css +++ b/tunictracker/werefoxtheme/static_src/src/styles.css @@ -12,4 +12,4 @@ } details summary::-webkit-details-marker { display: none; -} +} \ No newline at end of file