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