Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_intro_tv_time_Create_0

(view raw script w/o annotations or w/e)
1
logo_marker = 
scr_marker
scr_marker

function
scr_marker(arg0, arg1, arg2)
{ thismarker = instance_create(arg0, arg1, obj_marker); with (thismarker) { sprite_index = arg2; image_speed = 0; } return thismarker; }
(view_wport[0] / 4, cameray() + 110, spr_dw_tv_time_intro);
2
tv_sound = audio_play_sound(snd_its_tv_time, 50, 0);
3
audio_finish = false;