- [NEW] L'explosió puja més alta, que ara tots els pixels anaven cap avall

- [NEW] Comentaris i pijades en el modul play
This commit is contained in:
2025-10-16 22:42:10 +02:00
parent eb0f5e24bd
commit 13e0e89aa8
2 changed files with 33 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace explosio
exp[numexp].pix[i].x = x;
exp[numexp].pix[i].y = y;
exp[numexp].pix[i].xa = float((rand()%expansio) - (expansio >> 1))/1000.0f;
exp[numexp].pix[i].ya = float((rand()%expansio) - (expansio >> 1))/1000.0f;
exp[numexp].pix[i].ya = -float((rand()%expansio))/1000.0f;
exp[numexp].pix[i].g = 0.05;
exp[numexp].pix[i].c = rand()%60;
}