remove alpha channel

This commit is contained in:
2021-05-15 22:38:43 +01:00
parent 6a0251dc0c
commit ea136148f9
3 changed files with 15 additions and 11 deletions

View File

@@ -2,6 +2,12 @@
## game data structure
### colours
convert colours to hex
* accept abcdef, #abcdef, 0xabcdef (inc. uppercase)
* export as #abcdef
### parser
* ~move tests into their respective modules where appropriate~