forked from bedohswe/p3he
Add an empty game.
This commit is contained in:
parent
00f930e151
commit
f93dfb1fb2
3
games/empty/__init__.py
Normal file
3
games/empty/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
def init(modules, aoEngineEvents):
|
||||
EngineEvent = modules['engineevents'].EngineEvent
|
||||
aoEngineEvents.append(EngineEvent('level', lambda _: []))
|
Loading…
Reference in New Issue
Block a user