Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_PTB02_toriel_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 2;
2
image_yscale = 2;
3
ball_open = false;
4
ball_move = false;
5
ball_move_timer = 0;
6
ballbot_pos_x = 0;
7
ballbot_pos_y = 0;
8
ballcover_pos_x = 0;
9
ballcover_pos_y = 0;
10
balltop_pos_x = 0;
11
balltop_pos_y = 0;
12
ball_alpha = 1;
13
ball_top_alpha = 0.5;
14
torielfloatcon = 0;
15
tsin = 0;
16
shadow_alpha = 0;
17
shadow_y_offset = 40;
18
shadow_x_offset = 44;
19
shake_offset_x = 0;
20
shake_offset_y = 0;
21
scr_depth
scr_depth

function
scr_depth()
{ if (argument_count > 0) { with (argument0) depth = 100000 - ((y * 10) + (sprite_height * 10)); } else { depth = 100000 - ((y * 10) + (sprite_height * 10)); } }
();