diff options
Diffstat (limited to 'examples/ortest.qua')
-rw-r--r-- | examples/ortest.qua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/ortest.qua b/examples/ortest.qua new file mode 100644 index 0000000..be08d4e --- /dev/null +++ b/examples/ortest.qua @@ -0,0 +1,15 @@ +x y speedX speedY color +100 50 0 1 GE +101 50 0 1 GE +100 100 0 0 !examples/or.qua +120 50 0 1 GE +121 50 0 1 BL +120 100 0 0 !examples/or.qua +140 50 0 1 BL +141 50 0 1 GE +140 100 0 0 !examples/or.qua +160 50 0 1 BL +161 50 0 1 BL +160 100 0 0 !examples/or.qua + + |