Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_flowery_act_menu_controller_Create_0

related scripts: CleanUp_0Create_0 Draw_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
con = 0;
3
type = 0;
4
my_surface = -4;
5
instance_create(camerax() + 200, cameray() + 410, obj_heartmarker);
6
orange_heart = instance_create(obj_herokris.x + 10, obj_herokris.y + 40, obj_moveheart);
7
orange_heart.orange = true;
8
orange_heart.sprite_index = spr_orangeheart_white;
9
orange_heart.image_blend = c_orange;
10
orange_heart.depth = -999999;
11
depth = -99999;