Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tenna_board4_gacha_Create_0

(view raw script w/o annotations or w/e)
1
actor_target = -4;
2
ball_x = -1;
3
ball_y = -1;
4
mode = 0;
5
ball_angle = 0;
6
target_angle = 0;
7
var x_offset = 20;
8
var y_offset = 28;
9
ball_target_top_pos = ball_x + x_offset;
10
ball_target_bottom_pos = 165 + y_offset;
11
ball_top_pos_x = 0;
12
ball_top_pos_y = 0;
13
ball_bottom_pos_x = 0;
14
ball_bottom_pos_y = 0;
15
ball_alpha = 0;
16
catch_timer = 0;
17
sharpshoot = false;
18
xx = 0;
19
yy = 0;