You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (state == 3)
|
|
draw_sprite(sTorizoIntro, 0, x, y)
|
|
if (state == 4)
|
|
draw_sprite(sTorizoIntro, 1, x, y)
|
|
if (state == 5)
|
|
draw_sprite(sTorizoIntro, 2, x, y)
|
|
if (state == 6)
|
|
draw_sprite(sTorizoIntro, 3, x, y)
|
|
draw_sprite(sprite_index, -1, x, y)
|