]> git.localhorst.tv Git - alttp.git/commit
basic auto tracking
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 23 Mar 2024 13:11:45 +0000 (14:11 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 23 Mar 2024 13:11:45 +0000 (14:11 +0100)
commitb5a50d74cf042fa7fc874d8184dc37ae20bb74dd
tree0e521007e0cd03fe8fb0beafcacc66de953109eb
parentb833b712555c4db00ada3d1fe3b2cee4774dc3e0
basic auto tracking
47 files changed:
icons.sh [new file with mode: 0755]
public/item/aga.png [new file with mode: 0644]
public/item/armos.png [new file with mode: 0644]
public/item/arrghus.png [new file with mode: 0644]
public/item/blind.png [new file with mode: 0644]
public/item/bottle-bee.png
public/item/chest.png [new file with mode: 0644]
public/item/heart-0.png [new file with mode: 0644]
public/item/heart-1.png [new file with mode: 0644]
public/item/heart-2.png [new file with mode: 0644]
public/item/heart-3.png [new file with mode: 0644]
public/item/helma.png [new file with mode: 0644]
public/item/kholdstare.png [new file with mode: 0644]
public/item/lanmolas.png [new file with mode: 0644]
public/item/moldorm.png [new file with mode: 0644]
public/item/mothula.png [new file with mode: 0644]
public/item/open-chest.png [new file with mode: 0644]
public/item/red-crystal.png [new file with mode: 0644]
public/item/small-key.png
public/item/sword-1.png [new file with mode: 0644]
public/item/sword-2.png [new file with mode: 0644]
public/item/sword-3.png [new file with mode: 0644]
public/item/sword-4.png [new file with mode: 0644]
public/item/trinexx.png [new file with mode: 0644]
public/item/vitreous.png [new file with mode: 0644]
public/items-v1.png [new file with mode: 0644]
public/items.png [new file with mode: 0644]
resources/js/app/Routes.js
resources/js/components/common/ZeldaIcon.js
resources/js/components/tracker/AutoTracking.js [new file with mode: 0644]
resources/js/components/tracker/CountDisplay.js [new file with mode: 0644]
resources/js/components/tracker/Dungeons.js [new file with mode: 0644]
resources/js/components/tracker/Equipment.js [new file with mode: 0644]
resources/js/components/tracker/Items.js [new file with mode: 0644]
resources/js/components/tracker/ToggleIcon.js [new file with mode: 0644]
resources/js/components/tracker/Toolbar.js [new file with mode: 0644]
resources/js/components/tracker/index.js [new file with mode: 0644]
resources/js/components/twitch-bot/GuessingGameAutoTracking.js
resources/js/helpers/alttp-ram.js
resources/js/helpers/tracker.js [new file with mode: 0644]
resources/js/hooks/tracker.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/js/pages/Tracker.js [new file with mode: 0644]
resources/sass/app.scss
resources/sass/common.scss
resources/sass/tracker.scss [new file with mode: 0644]