Deltarune script viewer

← back to main script listing

gml_Object_obj_returnheart_ch1_Alarm_0

(view raw script w/o annotations or w/e)
1
x = distx;
2
y = disty;
3
instance_create_ch1(x, y, obj_heartburst_ch1);
4
instance_destroy();