Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_knight_split_growtangle_Other_11

(view raw script w/o annotations or w/e)
1
boxgone = true;
2
if (obj_growtangle.customBox)
3
    exit;
4
var _newyscale = 3.3333333333333335;
5
surface_set_target(source_surf);
6
draw_set_color(c_black);
7
ossafe_fill_rectangle(0, 169, 1, 170);
8
draw_set_color(c_white);
9
surface_reset_target();
10
with (obj_growtangle)
11
{
12
    visible = true;
13
    x = xstart;
14
    y = ystart;
15
    customBox = true;
16
    spr_custom_box = sprite_create_from_surface(other.source_surf, 0, 0, 170, 170, true, false, 85, 85);
17
    growscale = 1;
18
}