Skip to content

Commit

Permalink
Made scrolling prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CRImier committed Jan 5, 2017
1 parent dde21b5 commit 068aff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def scroll(self):
def reset_scrolling(self):
self.scrolling["current_finished"] = False
self.scrolling["pointer"] = 0
self.scrolling["counter"] = 0

def print_contents(self):
""" A debug method. Useful for hooking up to an input event so that you can see the representation of menu's contents. """
Expand Down

0 comments on commit 068aff1

Please sign in to comment.