8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
|
draw_sprite_ext(spr_enemy_mother,image_index,x,y,1,1,direction,c_white,1)
|
||
|
|
||
|
if shielded > 0
|
||
|
{
|
||
|
draw_sprite_ext(spr_shield,image_index,x,y,1.25,1.25,direction,c_white,1)
|
||
|
}
|
||
|
|