Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_background_movement_comparison_yellow_Create_0

(view raw script w/o annotations or w/e)
1
default_text_top_y = room_height / 6
2
default_text_bottom_y = 5 * room_height / 6
3
default_y = 240
4
default_direction = -1
5
default_peak = 80
6
default_speed = default_peak / 20
7
linear_x = room_width / 5
8
linear_y_default = default_y
9
linear_y = default_y
10
linear_disjoint_y = 0
11
linear_direction = default_direction
12
linear_peak = default_peak
13
linear_speed = default_speed
14
parabolic_x = room_width / 2
15
parabolic_y_default = default_y
16
parabolic_y = default_y
17
parabolic_disjoint_y = 0
18
sign_modifier = default_direction
19
time_elapsed = 0
20
time_max = 2 * (default_peak / default_speed)
21
time_increase = 1
22
max_rise = default_peak
23
angular_x = 4 * room_width / 5
24
angular_y_default = default_y
25
angular_y = default_y
26
angular_disjoint_y = 0
27
angular_direction = default_direction
28
angular_peak = default_peak
29
angular_speed = 90 * (default_speed / default_peak)