In attempting to reset my game after a certain condition was met (death or clock running out) i first used the reset scene function, but when that messed up everything for reasons beyond my paygrade I opted to do everything manually, which brought a brand new set of bugs. These include, but are not limited to:
- My mouse now constantly switching between captured and uncaptured mode, even though I couldn't possibly think of a function that does it this rapidly.
- I'm attempting to go through all my "task" dictionaries and reset them to their base values, since you can repeat them and the difficulty scales, but it just... won't let me access the dictionaries for whatever reason.
- The script is refusing to reset all my windows to non-visible, although this is less of a bug and more of me not knowing if you can do this with entire classes or not