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/ortest.qua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/ortest.qua') 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 -- cgit v1.2.3