Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_caradventure_car_enemy_Step_0
(view raw script w/o annotations or w/e)
|
1
|
if (hitted == 1)
|
|
2
|
{
|
|
3
|
rottimer--;
|
|
4
|
if (rottimer < 0)
|
|
5
|
{
|
|
6
|
image_angle += 90;
|
|
7
|
rottimer = 4;
|
|
8
|
}
|
|
9
|
}
|
|
10
|
if (y <= -100)
|
|
11
|
instance_destroy();
|