Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-07-06 22:14:47 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-07-06 22:14:47 (GMT)
commit4838262bd363d18156424676929ba621d9e8d801 (patch)
treeeb21d78b2d74273754c8fdf374d3dfc6a8cb364c /tasetup.py
parentf3e57f3b2555dddc1b3179f2f994f9a12db01b08 (diff)
adding positioning tiles
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tasetup.py b/tasetup.py
index 5a13fa4..f37d657 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -110,7 +110,11 @@ selectors = (
('push','push','onearg'),
('pop','pop','num'),
('printheap','heap','noarg2'),
- ('clearheap','emptyheap','noarg2'))),
+ ('clearheap','emptyheap','noarg2'),
+ ('leftpos','leftpos','num'),
+ ('toppos','toppos','num'),
+ ('rightpos','rightpos','num'),
+ ('bottompos','bottompos','num'))),
('flow', 55,
(('wait','wait','onearg',10),
('forever','forever','forever'),