Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_watertile_Draw_0

(view raw script w/o annotations or w/e)
1
if (active)
2
{
3
    waterindex += 0.125;
4
    draw_sprite_ext(spr_board_shallowwater, waterindex, x, y, 2, 2, 0, c_white, 1);
5
}