Undertale script viewer

← back to main script listing

gml_Object_obj_jetpackchara_Draw_0

(view raw script w/o annotations or w/e)
1
xx = view_xview[0];
2
yy = view_yview[0];
3
draw_sprite(sprite_index, image_index, x, y);
4
timertime -= 1;
5
if (timertime < 300)
6
    timertime += 0.25;