| Method Summary |
| |
autoexit(self,
x1,
y1,
x2,
y2,
dest)
|
| |
background(self,
opaque,
filename)
|
| |
bgobject(self,
x,
y,
style)
|
| |
bouncyplatform(self,
x,
y,
length,
style)
|
| |
cloud(self,
x,
y)
|
| |
conditional(self)
|
| |
convert(self,
filename)
|
| |
exitregion(self,
x1,
y1,
x2,
y2,
dest)
|
| |
ground(self,
x,
y,
style)
|
| |
label(self,
x,
y,
text)
|
| |
labeledregion(self,
x1,
y1,
x2,
y2,
text,
color,
x,
y)
|
| |
messageregion(self,
x1,
y1,
x2,
y2,
text)
|
| |
monster(self,
basename,
x,
y,
style)
|
| |
movingplatform(self,
x,
y,
x1,
y1,
x2,
y2,
length,
style,
speed)
|
| |
pajamapickup(self,
x,
y,
id)
|
| |
platform(self,
x,
y,
length,
style)
|
| |
player(self,
x,
y)
|
| |
solidspace(self,
x1,
y1,
x2,
y2)
|
| |
teleporter(self,
x1,
y1,
x2,
y2,
destx,
desty)
|
| |
viewport_left(self,
x)
|
| |
viewport_top(self,
y)
|
| |
wall(self,
x,
y,
length,
style)
|
DISPATCH
-
- Type:
-
list
- Value:
[('#.*', None),
('from \\w+ import.*', None),
('\\s*', None),
('self.add\\(GroundSpace\\(.*', None),
('self.fixed_viewport = .*', None),
('self.add\\(Player\\(x=(-?\\d+), y=(-?\\d+).*', 'player'),
('self.add\\(BgObject\\(x=(-?\\d+), y=(-?\\d+), style=(\'(?:\'|[^\'])\
*\'|"(?:"|[^"])*)\\)\\)',
...
|
|