Day 2
Lots of wrestling with Unity today ! Made a wonky jump function that I'll need to fix sometime or other, but now I have some simple character controls. I also made a timer that acts as a health bar and an equally wonky checkpoint system that will be used to teleport Sphynx to the beginning of the level if the player runs out of time.
I still need to make all the uh other checkpoints work and make game objects that can add time to the timer. I might need to remake the timer since it's only an image that is basically chipped away right now, so maybe I need to give it a number value or some sort of speed. So, to fix: time adding things, checkpoint system, jump function, timer?
(Timer script, addTime() def does not work. Hmmmmm)
Next to dos:
- Mess around with level designs and put in some basic ground
- Figure out if I can make the background a single image or if I need to make different scenes
- UHmmm figure out that thing where the foreground/midground/background can move without relation to each other?