Cleaned code up a bit

TODD:
make colour an enum
make unwrap_or_exit return the error
This commit is contained in:
2026-05-17 15:44:01 +01:00
parent 13049309b2
commit dd04399784
11 changed files with 54 additions and 71 deletions
+1 -1
View File
@@ -199,4 +199,4 @@ GOTO label
| 12 | Failed to open archive | Make sure the story file is a zip archive. |
| 13 | Unable to setup the characters hashmap. | Make sure the characters.json file exists, is valid JSON and contains valid characters. |
| 14 | Unable to read the main story file. | Make sure the story.ha file exists and is readable. |
| 15 | | |
| 15 | Unable to tokenise data | Make sure your code is correctly formatted |