Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_decibat_body_intro_Create_0

(view raw script w/o annotations or w/e)
1
starting_point_x = x
2
starting_point_y = y
3
draw_position_x = starting_point_x
4
draw_position_y = starting_point_y
5
falling = false
6
increase_image_alpha = true
7
image_speed = 0
8
image_index = 0
9
image_alpha = 0
10
image_angle = 180
11
sign_modifier = -1
12
time_max = 40
13
time_elapsed = round(time_max / 2)
14
time_increase = 1
15
max_rise = 146 - starting_point_y
16
draw_position_y = starting_point_y + max_rise