Closed Stansbridge closed 7 years ago
Remove the 'pause menu'
Rework all menu code
https://github.com/neontribe/untangled-2017/blob/master/screen.py#L111 We want to simplify the API for the offset calculation
MenuList.add('Foobar') MenuList.update(pygame.stuff)
MenuList.add('Foobar')
MenuList.update(pygame.stuff)
Done in #4
Remove the 'pause menu'
Rework all menu code
https://github.com/neontribe/untangled-2017/blob/master/screen.py#L111 We want to simplify the API for the offset calculation
MenuList.add('Foobar')
MenuList.update(pygame.stuff)