9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
erase = 400
|
||
|
__background_set( e__BG.Visible, 0, true );
|
||
|
__background_set( e__BG.XScale, 0, 4 );
|
||
|
__background_set( e__BG.YScale, 0, 4 );
|
||
|
global.bossHP = 25000;
|
||
|
alarm[11] = 15
|
||
|
global.RANK = global.difficulty;
|
||
|
|