Advertisement
PANDABOMB

//player_hit.gml

Mar 27th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (my_hitboxID.attacl == AT_DSTRONG && my_hitboxID.hbox_num == 1){
  2. my_hitboxID.source.state = 99;
  3. my_hitboxID.source.state_timer = 0;
  4. my_hitboxID.source.image_index = 0;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement