X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fscenes%2Fscene.py;fp=naja%2Fscenes%2Fscene.py;h=ce0b68488eb1a0dc6369fa37c3dd4902cdb8d3e8;hb=77c817eaeef44416ff09cd53024db9a80f032ba4;hp=f0acf21bdf9f62a1f9fef85a1f3ce4771234c116;hpb=e6371744b346217a9348a694462354ae644fc032;p=naja.git diff --git a/naja/scenes/scene.py b/naja/scenes/scene.py index f0acf21..ce0b684 100644 --- a/naja/scenes/scene.py +++ b/naja/scenes/scene.py @@ -9,7 +9,8 @@ class Scene(object): E.g. Splash screen, game board, credits, win, lose. """ - def __init__(self): + def __init__(self, state): + self.state = state self.widgets = [] def enter(self):