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/andtest.qua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/andtest.qua') diff --git a/examples/andtest.qua b/examples/andtest.qua index e8e784c..fc7f960 100644 --- a/examples/andtest.qua +++ b/examples/andtest.qua @@ -1,14 +1,14 @@ x y speedX speedY color 100 50 0 1 GE 101 50 0 1 GE -100 100 0 0 !examples/and.qua +100 100 0 0 !and.qua 120 50 0 1 GE 121 50 0 1 BL -120 100 0 0 !examples/and.qua +120 100 0 0 !and.qua 140 50 0 1 BL 141 50 0 1 GE -140 100 0 0 !examples/and.qua +140 100 0 0 !and.qua 160 50 0 1 BL 161 50 0 1 BL -160 100 0 0 !examples/and.qua +160 100 0 0 !and.qua -- cgit v1.2.3