summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f4e5702..69c01fe 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,9 @@ lack of foresight.
- [ ] Implement a timer system.
- Needs to expose some sort of 'totalclock'.
- [ ] Implement support for ART bitmaps.
- - [ ] PALETTE.DAT parser.
- - [ ] ART parser.
- - [ ] Efficient ART-to-bitmap conversion.
+ - [x] PALETTE.DAT parser.
+ - [x] ART parser.
+ - [x] Efficient ART-to-bitmap conversion.
- [ ] Advanced ART features such as translucency and shading.
- [ ] Tests.
- [ ] Implement support for the CON language.