Compare commits

..

No commits in common. "af79bb42d7fc90f1a954552b174964228326cae7" and "1746c4ee569b722ee5b966795f340199bcbc8117" have entirely different histories.

275 changed files with 837 additions and 7607 deletions

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 520 KiB

After

Width:  |  Height:  |  Size: 520 KiB

View File

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 444 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 188 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 KiB

View File

Before

Width:  |  Height:  |  Size: 605 KiB

After

Width:  |  Height:  |  Size: 605 KiB

View File

@ -622,18 +622,18 @@ task TBossLife
ascent(iDiv in 1 .. length(listLifeDiv)-1)
{
let rate = listLifeDiv[iDiv];
let x = (GetStgFrameWidth()) * (1-rate);
ObjSpriteList2D_SetDestRect(objDivision, x-3, 65, x+24, 115);
let x = (GetStgFrameWidth()) * 0.98 * (1-rate);
ObjSpriteList2D_SetDestRect(objDivision, x-4, 62, x+24, 118);
ObjSpriteList2D_AddVertex(objDivision);
}
//Boss star rendering
ObjRender_SetScaleXYZ(objStar, 0.5, 0.5, 1);
ObjRender_SetScaleXYZ(objStar, 0.6, 0.6, 1);
ObjSpriteList2D_SetSourceRect(objStar, 0, 169, 268, 430);
Obj_SetRenderPriority(objStar, 1);
ascent(iStep in 0 .. countRemStep)
{
ObjRender_SetPosition(objStar, GetStgFrameWidth()*1.36-iStep*32, 30, 1);
ObjRender_SetPosition(objStar, GetStgFrameWidth()*1.6, 35+45*iStep, 1);
ObjSpriteList2D_SetDestCenter(objStar);
ObjSpriteList2D_AddVertex(objStar);
}

Some files were not shown because too many files have changed in this diff Show More