Browse Source

Fix AgeSDL when using packed Python in MOUL.

pull/170/head
Adam Johnson 5 years ago
parent
commit
fd49848210
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 5
      korman/plasma_magic.py

5
korman/plasma_magic.py

@ -18,7 +18,10 @@ from Plasma import *
from PlasmaTypes import *
class {age_name}(ptResponder):
pass
def __init__(self):
ptResponder.__init__(self)
self.id = -1
self.version = 0
"""
very_very_special_sdl = """

Loading…
Cancel
Save