diff --git a/gr-sim/tfv/TODO b/gr-sim/tfv/TODO index f796015c..2cbc3db0 100644 --- a/gr-sim/tfv/TODO +++ b/gr-sim/tfv/TODO @@ -19,6 +19,8 @@ Soon: + Riding animals + End sequence ++ Make transparent color grey2 rather than black + Credits: + Running on bird. Stars and words in sky, mountain + Scrolling trees? diff --git a/gr-sim/tfv/tfv_sprites.c b/gr-sim/tfv/tfv_sprites.c index f815b31d..8096f056 100644 --- a/gr-sim/tfv/tfv_sprites.c +++ b/gr-sim/tfv/tfv_sprites.c @@ -527,9 +527,23 @@ unsigned char magic_ice[]={ 0x00,0x0d,0x99,0x99,0x0d, }; -//unsigned char magic_bolt[]={ -//}; +unsigned char magic_bolt[]={ + 0x5,0x6, + 0x55,0x55,0x55,0x55,0x55, + 0x00,0x00,0xc0,0x0c,0x00, + 0x00,0x00,0x0c,0xc0,0x00, + 0x00,0x00,0x0c,0xc0,0x00, + 0xc0,0xc0,0x00,0xcc,0x00, + 0x09,0x0c,0x00,0x09,0x00, +}; -//unsigned char magic_malaise[]={ -//}; +unsigned char magic_malaise[]={ + 0x5,0x6, + 0x00,0x50,0x50,0x50,0x00, + 0x55,0x52,0x55,0x52,0x55, + 0x55,0x55,0x52,0x55,0x55, + 0x05,0x22,0x52,0x22,0x05, + 0x00,0x05,0x05,0x05,0x00, + 0x00,0x00,0x00,0x00,0x00, +}; diff --git a/tfv/art/sprites.png b/tfv/art/sprites.png index b6805fe0..eb2830d8 100644 Binary files a/tfv/art/sprites.png and b/tfv/art/sprites.png differ