davidtcalabrese / minnetonka

a project to practice collaboration on github
0 stars 1 forks source link

add fridge() move player_object #18

Open davidtcalabrese opened 3 years ago

davidtcalabrese commented 3 years ago

I had to move player_object initiaizliation out of start() so it could be accessed in other functions.

I know there's probably a better way to do this besides having the global object but I can't remember right now.