Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_sneo_final_orb_Create_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
destroyable = 1;
|
|
3
|
destroyonhit = 0;
|
|
4
|
image_xscale = 4;
|
|
5
|
image_yscale = 4;
|
|
6
|
hp = 12;
|
|
7
|
timer = 0;
|
|
8
|
direction = 180;
|
|
9
|
speed = 3;
|
|
10
|
playerhit = 0;
|
|
11
|
global.turntimer = 300;
|
|
12
|
flashsiner = 0;
|