conor-wilson / drshrink

Entry for Ludum Dare 56
0 stars 0 forks source link

Link levels together #7

Closed conor-wilson closed 1 month ago

conor-wilson commented 1 month ago

Link levels together. Have them flow into eachother so that when you complete one, the next one starts.

conor-wilson commented 1 month ago

Post Mortem:

This was done by creating the shrinking mechanic! The mechanic works by literally shrinking the Player object using its scale parameter, which is really satisfying because the game is literally shrinking the player down, and you are literally playing the same exact level over and over again. No smoke and mirrors!