Commit graph

6 commits

Author SHA1 Message Date
zbates26
6e136d9c4e Finished Shield + Quality of Life Changes 2025-07-29 09:58:55 -04:00
Tyler Marques
9333f531bd
WIP: Fixing no events in queue
Had a bug where we'd do down a path that didn't result in calling the
nextPhase, meaning we'd end up with zero events in the queue and then
just sit there. Wasn't great.
2025-06-16 09:39:30 -07:00
Tyler Marques
ef3e3a79fe
WIP: Mostly working version that uses the eventqueue
We've mostly got this working. Events get executed in the array of
events. We don't use setTimeout anymore thankfully. I'm not in love with
this system, it still isn't straight forward about what events happen
where, but I do at least now have an ability to better control the flow.
2025-06-16 09:39:30 -07:00
Tyler Marques
9314a411f9
WIP: Starting the ingestion of moments.json file 2025-05-28 10:38:16 -07:00
Tyler Marques
981dfef6a0
WIP: Continuing to iterate 2025-05-28 10:38:16 -07:00
Tyler Marques
fc6283107c
Changed map to start at 0,0, Added debug config, altered camera pos
Changed the map to have the top left at 0,0, saving us from having to do
a bunch of transformations for all the objects we want to add to the
board.
2025-03-07 13:01:11 -05:00