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/ortest.qua | |
parent | 5e54af301b2b99e8479da3195ef30d0f8ec19227 (diff) |
Cleaned up some code; fixed relative paths
Diffstat (limited to 'examples/ortest.qua')
-rw-r--r-- | examples/ortest.qua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/ortest.qua b/examples/ortest.qua index be08d4e..dd42cfa 100644 --- a/examples/ortest.qua +++ b/examples/ortest.qua @@ -1,15 +1,15 @@ x y speedX speedY color 100 50 0 1 GE 101 50 0 1 GE -100 100 0 0 !examples/or.qua +100 100 0 0 !or.qua 120 50 0 1 GE 121 50 0 1 BL -120 100 0 0 !examples/or.qua +120 100 0 0 !or.qua 140 50 0 1 BL 141 50 0 1 GE -140 100 0 0 !examples/or.qua +140 100 0 0 !or.qua 160 50 0 1 BL 161 50 0 1 BL -160 100 0 0 !examples/or.qua +160 100 0 0 !or.qua |