Update src/index.html
All checks were successful
On_Push / build (push) Successful in 34s

This commit is contained in:
flamez 2025-03-27 13:06:51 +00:00
parent f44bdbedec
commit 119d958739

View file

@ -111,6 +111,11 @@
<p2>Due to a Mid-Term that took place during the lab times of that Modulue, we were unable to go to a meeting as a group due to conflicting schedulues.</p2>
</div>
<button class="accordion">20/3/25</button>
<div class="panel">
<p2>This meeting was more productive as we had to speak about our presentation and what everyone was doing at that time, i shared my rough outline of level desgins for the first biome, we disscsed some minor changes like adding in more enemies or changing the path of the rooms, i then took this week to draw the levels out in more detail to show where some possible enenmy spawn locations could possibly be and also some possible puzzles to implement for some rooms. </p2>
</div>
<script>
var acc = document.getElementsByClassName("accordion");