From 28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 17:22:45 -0400 Subject: Cleaned up some code; fixed relative paths --- examples/halftest.qua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/halftest.qua') 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 -- cgit v1.2.3