diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2018-03-23 00:00:50 -0400 |
---|---|---|
committer | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2018-03-23 00:00:50 -0400 |
commit | 5e54af301b2b99e8479da3195ef30d0f8ec19227 (patch) | |
tree | 0647a605126d94cc914345c587512cf7a9b59dc3 /examples/andtest.qua | |
parent | bedd7a371cc4649b95dc09bafa1c7ee23a4affb6 (diff) |
Initial commit
Diffstat (limited to 'examples/andtest.qua')
-rw-r--r-- | examples/andtest.qua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/andtest.qua b/examples/andtest.qua new file mode 100644 index 0000000..e8e784c --- /dev/null +++ b/examples/andtest.qua @@ -0,0 +1,14 @@ +x y speedX speedY color +100 50 0 1 GE +101 50 0 1 GE +100 100 0 0 !examples/and.qua +120 50 0 1 GE +121 50 0 1 BL +120 100 0 0 !examples/and.qua +140 50 0 1 BL +141 50 0 1 GE +140 100 0 0 !examples/and.qua +160 50 0 1 BL +161 50 0 1 BL +160 100 0 0 !examples/and.qua + |