Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_train_snowball_Create_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
old_x = x;
|
|
3
|
old_y = y;
|
|
4
|
can_push = false;
|
|
5
|
falling = false;
|
|
6
|
fall_x = 0;
|
|
7
|
fall_y = 0;
|
|
8
|
fall_duration = 30;
|
|
9
|
fall_timer = 0;
|
|
10
|
fall_height = 30;
|