Posted April 13, 2024 by AdamBalko
Date: 12.4.2024
Activity:
- Created geometry of the level
- Created double jump mechanic
- Created pickup for the double jump ability
- Adjusted camera settings and created camera transistions
- Checked if all the platforms are jumpable/not jumpable as intended
- Checked if camera doesn't clip into rooms it's not supposed to
Notes:
I don't like 2D Game Kit scripts. They're so messy, and adding anything new to their systems is more like guess work. But creating the level from already complete design was relaxing.
Time spent:
- Geometry: ~ 2 hours
- Playing with camera: ~ 30 minutes
- Looking in the 2D Game Kit scripts: ~40 minutes
- Actually scripting: ~ 1 hour
- Some basic testing and adjustments: ~ 30 minutes