diff options
author | rodri <rgl@antares-labs.eu> | 2023-04-13 11:09:13 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-04-13 11:09:13 +0000 |
commit | 00f7d8dd3dc47ed3cfa951325e809a92c37341b7 (patch) | |
tree | bfe2916f4c3d4f0b5f659563bb61586633e7578b /todo | |
parent | 42ea627853d79a54ef956a831e2f8badff5bfdb8 (diff) | |
download | musw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.tar.gz musw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.tar.bz2 musw-00f7d8dd3dc47ed3cfa951325e809a92c37341b7.zip |
now using PNG files instead of image(6)s. bullet TTL taken into account during stepping.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ [ ] collision detection [✓] toroidal warping -[ ] respect bullets's ttl +[✓] respect bullets's ttl [ ] communicate this event to the clients [ ] explode when the time comes [ ] fuel consumption @@ -18,3 +18,5 @@ [ ] more realistic DEC Type 30 CRT emulation [ ] the right colors (fg: 0x3daaf7, fgblur: 0x0063eb, bg0: 0x79cc3e, bg1: 0x7eba1e) [ ] the right decay function +[✓] work with PNG files instead of 9 pics + > big compressed image(6) files can't be used because of the iounit limits. |