General in GameMaker
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
Let us go and see the Animals.
Also some sound testing.
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