comp380team3 / PuzzlePathDimension

Class project for COMP 380 at California State University, Northridge
0 stars 0 forks source link

Fixed an error dealing with the retry button when failing a level. #84

Closed ghost closed 11 years ago

Twisol commented 11 years ago

Thanks!

We're starting to collect a number of defunct branches in the repository. If you're finished with any of your menu branches (michael_new_menu, michaels-menu-sample, etc.) would you consider deleting them? Just do this to delete a branch:

# To delete it only locally:
git branch -d <BRANCH NAME>

# To delete it in the GitHub repository (note the colon before the branch name!):
get push origin :<BRANCH NAME>