Undertale script viewer

← back to main script listing

gml_Object_obj_creditsword_Create_0

(view raw script w/o annotations or w/e)
1
active = 0;
2
text = "";
3
text_xofs = 0;
4
text2 = "";
5
myspeed = 2;
6
alpha = 0;
7
active = 0;
8
alarm[0] = 1;
gml_Object_obj_creditsword_Alarm_0.gml

height = string_height(text) * size * bigscale; active = 1; speed = myspeed; friction = 0.1;
9
fader = 0;
10
size = 1;
11
bigscale = 2;
12
if (global.language == "ja")
13
    bigscale = 1.5;