Deltarune script viewer

← back to main script listing

gml_Object_obj_sneo_lastattack_hitbox_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
destroyonhit = false;
3
parent = obj_sneo_lastattack;
4
x = parent.x + parent.x_offset + 30;
5
y = (parent.y + parent.y_offset) - 40;
6
image_xscale = 4;
7
image_yscale = 6;