add WWTRA mode #4

Merged
Schmidii99 merged 15 commits from Developer into main 2023-04-28 22:11:34 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit f552bc99b9 - Show all commits

View File

@ -68,7 +68,7 @@
</div> </div>
<script type="module"> <script type="module">
import { main } from "./js/newMode.js" import { main } from "./js/WWTRA.js"
main() main()
</script> </script>
</body> </body>