summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:25:23 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:25:23 -0400
commit23ecf7f7be3130269f65fd9acc2e330e741daa84 (patch)
tree0b77ee70a70029ee6ddca1057c96504c9de74c62
parent28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c (diff)
parentaf35a0109cfcd8784822cada341a36f783d060af (diff)
Merge branch 'master' of https://github.com/pommicket/qualums
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbff64b..5e4a98d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Red - A destroyer
Cyan/Orange - A delayer
Gray - A turner
Blue/green - Bits of data (0 and 1 respectively)
-Purple - A splitter
+Purple - A splitter
Yellow - A stopper
### Building
If you wish to build Qualums, you will need to install:
@@ -83,4 +83,5 @@ x y speedX speedY color
30 30 1 0 !wall.qua # The yellow qualums will be at (30, 30), (31, 30), and (32, 30)
# Since speedX = 1, the wall will be moving to the right.
41 20 0 1 GE # This qualum will move downwards and collide with the wall
-``` \ No newline at end of file
+```
+At the moment, all relative includes are relative to the folder the executable is in, not the folder the .qua file is in. This problem should be fixed reasonably soon, but for the moment, you can only use paths relative to the executable or absolute paths.