From 5e54af301b2b99e8479da3195ef30d0f8ec19227 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 00:00:50 -0400 Subject: Initial commit --- examples/add8rect7.qua | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 examples/add8rect7.qua (limited to 'examples/add8rect7.qua') diff --git a/examples/add8rect7.qua b/examples/add8rect7.qua new file mode 100644 index 0000000..b7c6d21 --- /dev/null +++ b/examples/add8rect7.qua @@ -0,0 +1,81 @@ +x y speedX speedY color + 0 2 0 0 OR + 0 3 0 0 OR + + + 1 2 0 0 OR + 1 3 0 0 OR + + + 2 2 0 0 OR + 2 3 0 0 OR + + + 3 2 0 0 OR + 3 3 0 0 OR + + + 4 2 0 0 OR + 4 3 0 0 OR + + + 5 2 0 0 OR + 5 3 0 0 OR + + + 6 2 0 0 OR + 6 3 0 0 OR + + + 7 2 0 0 OR + 7 3 0 0 OR + + + 8 2 0 0 OR + 8 3 0 0 OR + + + 9 2 0 0 OR + 9 3 0 0 OR + + +10 2 0 0 OR +10 3 0 0 OR + + +11 2 0 0 OR +11 3 0 0 OR + + +12 2 0 0 OR +12 3 0 0 OR + + +13 2 0 0 OR +13 3 0 0 OR + + +14 2 0 0 OR +14 3 0 0 OR + + +15 2 0 0 OR +15 3 0 0 OR + + +16 2 0 0 OR +16 3 0 0 OR + + +17 2 0 0 OR +17 3 0 0 OR + + +18 2 0 0 OR +18 3 0 0 OR + + +19 2 0 0 OR +19 3 0 0 OR + + -- cgit v1.2.3