]> git.localhorst.tv Git - alttp.git/commit
add basic map
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 13 May 2022 15:01:08 +0000 (17:01 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 13 May 2022 15:01:08 +0000 (17:01 +0200)
commiteeb1f84bb45cca6d213c1f06f1a20b62b67d0c77
tree24d7618b1bce0303ea5a09421a396cdec45d75b0
parent85786bf393c12772a2c386f196d87b57a7ac17d8
add basic map
18 files changed:
resources/js/components/aos-tracker/Arena.js [new file with mode: 0644]
resources/js/components/aos-tracker/CastleCorridor.js [new file with mode: 0644]
resources/js/components/aos-tracker/Cell.js [new file with mode: 0644]
resources/js/components/aos-tracker/Chapel.js [new file with mode: 0644]
resources/js/components/aos-tracker/ClockTower.js [new file with mode: 0644]
resources/js/components/aos-tracker/DanceHall.js [new file with mode: 0644]
resources/js/components/aos-tracker/FloatingGarden.js [new file with mode: 0644]
resources/js/components/aos-tracker/ForbiddenArea.js [new file with mode: 0644]
resources/js/components/aos-tracker/InnerQuarters.js [new file with mode: 0644]
resources/js/components/aos-tracker/Map.js [new file with mode: 0644]
resources/js/components/aos-tracker/Region.js [new file with mode: 0644]
resources/js/components/aos-tracker/Room.js [new file with mode: 0644]
resources/js/components/aos-tracker/Study.js [new file with mode: 0644]
resources/js/components/aos-tracker/TopFloor.js [new file with mode: 0644]
resources/js/components/aos-tracker/UndergroundCemetery.js [new file with mode: 0644]
resources/js/components/aos-tracker/UndergroundReservoir.js [new file with mode: 0644]
resources/js/components/aos/App.js
resources/js/components/pages/AosTracker.js [new file with mode: 0644]