thanks hosts for 24hr extension uwu owo

This commit is contained in:
Kevinmonitor 2023-01-30 21:54:27 +07:00
parent d3ada59252
commit cb4d9d0881
24 changed files with 749 additions and 61 deletions

View file

@ -206,7 +206,7 @@ task TExtendSystem(){
// NARUMISTG
req = [
10, 20, 40, 80, 120
10, 30, 60, 120, 250
];
loop{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Before After
Before After

View file

@ -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;
}