General in GameMaker



For day 323 of coding, I attempted to fix how the camera worked
While the camera now starts on the player between rooms (except on game start now), there is a delay before the camera fixes itself to move properly with the player


While fixing the room transitions, I came across a strange problem with the camera
When the player enters a specific room, the camera is not immediately on that player. I don't know why at the moment


For 322 of coding, I'm revisiting the game from the GMTK 2023 Jam to fix up the code
Today I fixed the room transitions to where the player can utilize it regardless of direction

Xenophobia has own page now !
Make sure to follow the project so you don't miss alpha release!
https://gamejolt.com/games/xenophobia/857232


For day 321 of coding, I've added notches to the bottom of the charge meter to better indicate the charge level


For day 320 of coding, I fixed up how the charged shot and meter functions
The shot fired is now accurately sized based on progression, and the meter changes colors accordingly


For day 319 of coding, I attempted to add different charge levels for the charged attack
It is a bit wonky at the moment, so it will need to be cleaned out later