diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-03-23 17:22:45 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-03-23 17:22:45 -0400 |
commit | 28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c (patch) | |
tree | 554171a3c4e1c07787c9392bc78ff838a095b593 /examples/halftest.qua | |
parent | 5e54af301b2b99e8479da3195ef30d0f8ec19227 (diff) |
Cleaned up some code; fixed relative paths
Diffstat (limited to 'examples/halftest.qua')
-rw-r--r-- | examples/halftest.qua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/halftest.qua b/examples/halftest.qua index aad797e..3f47e48 100644 --- a/examples/halftest.qua +++ b/examples/halftest.qua @@ -1,16 +1,16 @@ x y speedX speedY color 100 50 0 1 GE 101 50 0 1 GE -100 100 0 0 !examples/half.qua +100 100 0 0 !half.qua 130 50 0 1 GE 131 50 0 1 BL -130 100 0 0 !examples/half.qua +130 100 0 0 !half.qua 160 50 0 1 BL 161 50 0 1 GE -160 100 0 0 !examples/half.qua +160 100 0 0 !half.qua 190 50 0 1 BL 191 50 0 1 BL -190 100 0 0 !examples/half.qua +190 100 0 0 !half.qua |