Skip to content
Snippets Groups Projects
Commit 00eea71f authored by iggy's avatar iggy Committed by q3k
Browse files

py: st4m/worms fixes

parent d95c4465
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ class AppWorms(application.Application): ...@@ -40,6 +40,7 @@ class AppWorms(application.Application):
def on_enter(self): def on_enter(self):
# print("on foreground") # print("on foreground")
super().on_enter()
self.just_shown = True self.just_shown = True
def draw(self, ctx): def draw(self, ctx):
......
from st4m.ui.view import ViewWithInputState, ViewTransitionSwipeRight from st4m.ui.view import ViewWithInputState, ViewTransitionSwipeRight
from st4m.input import InputState
class Application(ViewWithInputState): class Application(ViewWithInputState):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment