Guest User

Untitled

a guest
May 23rd, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.32 KB | None | 0 0
  1.  
  2. ACTION p_bullet_act[1] =
  3. {
  4.     NO_BULLET,
  5.  
  6.     -(HALF_PI/50), (HALF_PI/25),
  7.     DIR_GLOBAL, 1,
  8.  
  9.     10, 0,
  10.     SPD_GLOBAL, 1,
  11.  
  12.     5, 0, NO_VANISH
  13. };
  14.  
  15. BULLET_PROT p_bullet =
  16. {
  17.     0,//-- please change this tak to the SHOOT whatever you need.
  18.     0, 0,
  19.     0, 0,
  20.  
  21.     NULL, NULL,
  22.  
  23.     1, p_bullet_act
  24. };
Add Comment
Please, Sign In to add comment