Posted May 01, 2024 by Absolutelii
Added in basic movement functions to the game. Player sprite now moves in a 4 way direction and only ever moves one square at a time. Space moved is always one tile. Movement script was based on the script provided in tutorials (specifically the 8way movement script, renamed to 4waymovement). will be working on ensuring that when the player pushed a block the block moves with the player and future development.