pixequil / oso-game-1

Taking the OSO game's first chapter to the finish line!
MIT License
5 stars 5 forks source link

main street navigation remembers your last spot #315

Closed pixequil closed 1 year ago

pixequil commented 1 year ago

i dont think this needs anything complicated- we dont need to worry about actually recording the player's last position.

i think the easiest way would just be to give all of its clickables a little action that sets some variables like "mainstreet.lastx" and then replace the initial positions with calls to those variables