Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_controller_dw_cyber_music_final_Create_0
(view raw script w/o annotations or w/e)
|
1
|
if (global.plot >= 60)
|
|
2
|
instance_destroy();
|
|
3
|
image_xscale = 2;
|
|
4
|
image_yscale = 2;
|
|
5
|
state = 0;
|
|
6
|
timer = 0;
|
|
7
|
movingwall1 = 0;
|