CleverGameDev / Cleverfall

https://clevergamedev.itch.io/cleverfall
1 stars 0 forks source link

Allow loading different levels #14

Closed nathanleiby closed 4 years ago

nathanleiby commented 4 years ago

So far the approach is:

After this PR, I plan to do another to make the "level select" menu work, so that the user can choose a level and we load the expected one.

load-random-level

nathanleiby commented 4 years ago

@peternga this should also unblock https://trello.com/c/4HTLgx1O/27-cleverfall-bigger-map without needing to modify the existing level

nathanleiby commented 4 years ago

Added support for selecting a level from the menu (https://github.com/CleverGameDev/Cleverfall/pull/14/commits/3392345c6c17defbd80292d8df5cb2f6f7a2c064)

select-level