source: libcaca/trunk/data/Makefile.am @ 153

Last change on this file since 153 was 149, checked in by Sam Hocevar, 20 years ago
  • src/weapons.c: + Use ee_draw_ellipse() instead of ee_draw_circle() to draw the nuke.
  • src/player.c: + Use ee_draw_sprite() to draw our ship.
File size: 202 bytes
Line 
1NULL =
2EXTRA_DIST = \
3        foo_fighter \
4        bar_fighter \
5        bar_boss \
6        baz_fighter \
7        explosion_medium \
8        explosion_small \
9        item_gem \
10        item_heart \
11        ship_green \
12        weapon_bomb \
13        weapon_fragbomb \
14        $(NULL)
Note: See TracBrowser for help on using the repository browser.