diff options
Diffstat (limited to 'bin/stages/square')
-rw-r--r-- | bin/stages/square | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/stages/square b/bin/stages/square new file mode 100644 index 0000000..461b4a3 --- /dev/null +++ b/bin/stages/square @@ -0,0 +1,27 @@ +<WALL> + < 50, 50> + < 50, 550> + <550, 550> + <550, 50> + < 50, 50> +</WALL> + +<WALL> + <100, 100> + <100, 500> + <500, 500> + <500, 100> + <100, 100> +</WALL> + +<FACTORY> + <300, 94.9, -90> +</FACTORY> + +<CHECKPOINT> + <550, 50, 500, 100, 225> + <550, 550, 500, 500, 675> + < 50, 550, 100, 500, 1125> + < 50, 50, 100, 100, 1575> + <300, 50, 300, 100, 1800> +</CHECKPOINT> |