Posted December 30, 2020 by Danzy
Today I focused on making the Chest in which the character will deposit the diamonds which it has collected throughout the level and it will take the character to the next level. I did this by using a collision code which will detect any collision made to the chest and if a collision is made it will load the next level by using the Scene manager. I watched a YouTube video on Collision detection and used what i learned when making the menu to load the next scene.