general in GameMaker Studio 2
For day 701 of coding, I made sure to prevent stuttering when the player is pushed into the transition area
For day 700 of coding, I made it to where player knockback will not force them into another area
For 699 of coding, I managed to set a fixed move direction during the room transition period
For 698 of coding, I am working to make sure that the player goes in the intended direction when entered diagonally. It's progressing well, though there are still areas to work out
For day 697 of coding, I have made sure the room transitions keep a set speed for the player regardless of the player's actual speed at the time of transition
For day 696 of coding, I have applied depth sorting to the trees and altered their hitbox.
For the previous posts that say day 960s, it's actually in the 690s. Sorry for any confusion caused
For day 965 of coding, I have placed the tree objects and rocks under a parent object for the collision code to check for
For day 964 of coding, I have made sure to put collision for the trees at the top of the farm as those specific ones are objects instead of tiles. It can be useful in areas where basic collisions wouldn't work well in
For day 693 of coding, I have found and fixed an issue where some collisions wouldn't completely set the speed to zero
For day 692 of coding, I have implemented the tile collision code to the dash and allowing the dash to end upon hitting the lake's edge