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/halftest.qua | |
parent | bedd7a371cc4649b95dc09bafa1c7ee23a4affb6 (diff) |
Initial commit
Diffstat (limited to 'examples/halftest.qua')
-rw-r--r-- | examples/halftest.qua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/halftest.qua b/examples/halftest.qua new file mode 100644 index 0000000..aad797e --- /dev/null +++ b/examples/halftest.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/half.qua +130 50 0 1 GE +131 50 0 1 BL +130 100 0 0 !examples/half.qua +160 50 0 1 BL +161 50 0 1 GE +160 100 0 0 !examples/half.qua +190 50 0 1 BL +191 50 0 1 BL +190 100 0 0 !examples/half.qua + + + |