fix: tidy namespace Scenes::/Info:: PascalCase i locals UPPER_CASE

This commit is contained in:
2026-05-16 15:06:16 +02:00
parent ae89b252e2
commit ae359f4a1e
55 changed files with 303 additions and 303 deletions
+4 -4
View File
@@ -14,7 +14,7 @@ Prota::Prota(Jd8::Surface gfx)
Frame f;
f.w = 15;
f.h = 15;
if (info::ctx.num_piramide == 4) {
if (Info::ctx.num_piramide == 4) {
f.h -= 5;
}
f.x = x * 15;
@@ -28,7 +28,7 @@ Prota::Prota(Jd8::Surface gfx)
Frame f;
f.w = 15;
f.h = 30;
if (info::ctx.num_piramide == 4) {
if (Info::ctx.num_piramide == 4) {
f.h -= 5;
}
f.x = x;
@@ -42,7 +42,7 @@ Prota::Prota(Jd8::Surface gfx)
Frame f;
f.w = 15;
f.h = 15;
if (info::ctx.num_piramide == 4) {
if (Info::ctx.num_piramide == 4) {
f.h -= 5;
}
f.x = x;
@@ -90,7 +90,7 @@ Prota::Prota(Jd8::Surface gfx)
void Prota::draw() {
Sprite::draw();
if (info::ctx.num_piramide == 4 && this->o != 4) {
if (Info::ctx.num_piramide == 4 && this->o != 4) {
if ((Jg::getCycleCounter() % 40) < 20) {
Jd8::blitCK(this->x, this->y, this->gfx, 220, 80, 15, 15, 255);
} else {