Changeset 3424


Ignore:
Timestamp:
04/28/09 23:01:12 (4 years ago)
Author:
sam
Message:

ttyvaders: go back to the old vertical scrolling

Location:
ttyvaders/trunk/src
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ttyvaders/trunk/src/Makefile.am

    r1446 r3424  
    66 
    77ttyvaders_SOURCES = \ 
    8         ttyvaders.c \ 
    9         ground.c \ 
     8        aliens.c \ 
     9        bonus.c \ 
     10        box.c \ 
     11        ceo.c \ 
     12        collide.c \ 
     13        explosions.c \ 
     14        intro.c \ 
     15        main.c \ 
     16        overlay.c \ 
     17        player.c \ 
     18        starfield.c \ 
     19        tunnel.c \ 
     20        weapons.c \ 
    1021        $(NULL) 
    1122ttyvaders_CFLAGS = @CACA_CFLAGS@ 
  • ttyvaders/trunk/src/main.c

    r3423 r3424  
    197197                int list[3] = { ALIEN_FOO, ALIEN_BAR, ALIEN_BAZ }; 
    198198 
    199                 add_alien(g, g->al, 0, rand() % g->h / 2, list[caca_rand(0,2)]); 
     199                add_alien(g, g->al, 0, rand() % g->h / 2, list[caca_rand(0,3)]); 
    200200            } 
    201201 
Note: See TracChangeset for help on using the changeset viewer.