Advertisement
CaptainLepidus

drawGrass

Feb 18th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     if ( place_meeting( x + 8 + lengthdir_x( 9 , argument0 ) , y + 8 + lengthdir_y( 9 , argument0 ) , objBlock ) == false )
  3.     {
  4.         draw_sprite_ext( sprGrass , 0 , x + 8 + lengthdir_x( 1 , argument0 ) , y + 8 + lengthdir_y( 1 , argument0 ) , 1 , 1 , argument0 , c_white , 1 );
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement