Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Interactive Shell #177

Open
wants to merge 12 commits into
base: canon
Choose a base branch
from
Prev Previous commit
Next Next commit
Add a signal() to the repl's locals
AstraLuma committed Nov 16, 2018
commit f70aeaa91fa046eb67bce7bca91315523f69e61a
1 change: 1 addition & 0 deletions ppb/shell.py
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ def build_locals(self):
"BaseScene": ppb.BaseScene,
"BaseSprite": ppb.BaseSprite,
"current_scene": self.get_scene,
"signal": self.signal,
}

def signal(self, event):