]> git.localhorst.tv Git - alttp.git/commit
add simple doors tracker
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 25 Jun 2023 11:05:49 +0000 (13:05 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 25 Jun 2023 11:14:03 +0000 (13:14 +0200)
commitc9ed47875647d76d5a794f69f173a1d7ac5984b0
treef3903840d7ddd0ca610df32765f93f83a0b5ff3b
parentb814478f9bc289cd558fd4a5beab44f299347d88
add simple doors tracker
33 files changed:
public/dungeon/ct.png [new file with mode: 0644]
public/dungeon/dp.png [new file with mode: 0644]
public/dungeon/ep.png [new file with mode: 0644]
public/dungeon/gt.png [new file with mode: 0644]
public/dungeon/hc.png [new file with mode: 0644]
public/dungeon/ip.png [new file with mode: 0644]
public/dungeon/mm.png [new file with mode: 0644]
public/dungeon/pd.png [new file with mode: 0644]
public/dungeon/sp.png [new file with mode: 0644]
public/dungeon/sw.png [new file with mode: 0644]
public/dungeon/th.png [new file with mode: 0644]
public/dungeon/tr.png [new file with mode: 0644]
public/dungeon/tt.png [new file with mode: 0644]
public/item/fighter-sword.png [new file with mode: 0644]
resources/js/app.js
resources/js/components/App.js [deleted file]
resources/js/components/aos/Header.js
resources/js/components/app/Footer.js [new file with mode: 0644]
resources/js/components/app/FullLayout.js [new file with mode: 0644]
resources/js/components/app/Header.js [new file with mode: 0644]
resources/js/components/app/LanguageSwitcher.js [new file with mode: 0644]
resources/js/components/app/PrivacyDialog.js [new file with mode: 0644]
resources/js/components/app/index.js [new file with mode: 0644]
resources/js/components/common/Footer.js [deleted file]
resources/js/components/common/Header.js [deleted file]
resources/js/components/common/LanguageSwitcher.js [deleted file]
resources/js/components/common/PrivacyDialog.js [deleted file]
resources/js/components/common/ZeldaIcon.js
resources/js/components/pages/DoorsTracker.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
resources/sass/app.scss
resources/sass/doors.scss [new file with mode: 0644]