thanks hosts for 24hr extension uwu owo
This commit is contained in:
parent
d3ada59252
commit
cb4d9d0881
24 changed files with 749 additions and 61 deletions
|
@ -3,7 +3,7 @@
|
|||
int PetalEffect = ObjParticleList_Create(OBJ_PARTICLE_LIST_2D);
|
||||
|
||||
task InitEffect(){
|
||||
_EffectListPreRender(PetalEffect, imgEffect, [0, 0, 256, 256]);
|
||||
_EffectListPreRender(PetalEffect, imgEffect, [240, 0, 240+192, 192]);
|
||||
}
|
||||
|
||||
let imgEffect = dirCurrent ~ "./img/Kevin_Effect.png";
|
||||
|
@ -88,7 +88,7 @@ task _ExplosionEffect(float enmX, float enmY, int targetList){
|
|||
let z_add = prand(-5, 5);
|
||||
|
||||
ascent(i in 0..effectLength){
|
||||
_PetalMovement(Interpolate_Decelerate(1.5, 0.5, i/effectLength), Interpolate_Decelerate(255, 0, i/effectLength));
|
||||
_PetalMovement(Interpolate_Decelerate(2, 1, i/effectLength), Interpolate_Decelerate(255, 0, i/effectLength));
|
||||
yield;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue