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/nottest.qua | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/nottest.qua (limited to 'examples/nottest.qua') diff --git a/examples/nottest.qua b/examples/nottest.qua new file mode 100644 index 0000000..c7b8854 --- /dev/null +++ b/examples/nottest.qua @@ -0,0 +1,26 @@ +x y speedX speedY color +20 16 0 1 GE +20 20 0 0 PU +20 10 0 0 GA +30 10 0 0 GA +30 20 0 0 GA +10 20 0 0 GA +10 30 0 0 GA +# ---- BLUE GENERATOR ---- +230 26 0 1 BL +230 30 0 0 PU +230 20 0 0 GA +240 20 0 0 GA +240 30 0 0 GA +# ---- DOWNIFIER ---- (takes qualums from both sides, makes them go downwards) +120 30 0 0 PU +120 28 0 0 RE +# ---- NOT ---- +120 120 0 0 !examples/not.qua +#120 120 0 0 PU +#118 120 0 0 GA +#123 120 0 0 YE +#118 122 0 0 GA +#124 122 0 0 GA +#124 118 0 0 GA +#122 118 0 0 GA \ No newline at end of file -- cgit v1.2.3