All Posts in GameMaker Studio 2



For day 524 of coding, I've made it so that a random number of objects will spawn in each room except the start room. This will be refined later


For day 523 of coding, I've made a basic fade transition for when the player goes down a floor


For day 522 of coding, the camera will stay with the player when they take the stairs. There is a flicker in some cases; so I either have to fix that or cover it up with a transition. Probably the later


For day 521 of coding, the player can actually go to a new floor with the descending stairs, I've also included a basic floor tracker to show progress


For day 520 of coding, I made it to where the map resets when the player climbs the stairs


For day 519 of coding, I tried having another path connect the previous and next rooms. There have been instances where paths have crossed, and one where an endless loop occurred


For day 518 of coding, I made some an ascending stair tile that is always placed on the upper left corner of the starting room


For day 517 of coding, I have fixed an issue that would sometimes cause an endless loop when creating the pathway


For day 516 of coding, I've updated the code to record the xy coordinates of the other room's floor tiles


For day 515 of coding, I made a database that stores the xy coordinates of each floor tile in the starting room