Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_interstitial_door_Create_0

(view raw script w/o annotations or w/e)
1
_uniUV = 0;
2
_uniTime = 0;
3
_uniSpeed = 0;
4
_time = 0.025;
5
_speed = 0.75;
6
bonus_color_speed = 0.025;
7
siner = 0;
8
custom_text_timer = 0;
9
is_active = false;
10
image_index = 1;
11
image_speed = 0;
12
13
turn_on = function()
14
{
15
    is_active = true;
16
    image_index = 0;
17
};