Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_power_up_fx_Create_0
(view raw script w/o annotations or w/e)
1 |
intensity = 2; |
2 |
timer = -30; |
3 |
effectPause = 15; |
4 |
poweruptime = 90; |
5 |
parent = -4; |
6 |
effecttimer = 0; |
7 |
init = 0; |
8 |
pivotx = -999; |
9 |
pivoty = -999; |
10 |
flashtimer = 0; |
11 |
flashspeed = 30; |
12 |
ring_surf = -1; |
13 |
ring_timer = 0; |
14 |
doflash = false; |
15 |
flashSprite = 0; |
16 |
flashState = 0; |
17 |
use_pivot = false; |