Skip to content

Commit eaf3174

Browse files
committed
updated splash screen year
1 parent db5f827 commit eaf3174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/olcPGEX_SplashScreen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ namespace olc
210210
pge->DrawPartialDecal(vScale * vBoom[y * spr.Sprite()->width + x].first * 2.0f, spr.Decal(), olc::vf2d(float(x), float(y)), { 1, 1 }, vScale * 2.0f, olc::PixelF(1.0f, 1.0f, 1.0f, std::min(1.0f, std::max(4.0f - fParticleTime, 0.0f))));
211211
}
212212

213-
olc::vi2d vSize = pge->GetTextSizeProp("Copyright OneLoneCoder.com 2024");
214-
pge->DrawStringPropDecal(olc::vf2d(float(pge->ScreenWidth()/2) - vSize.x/2, float(pge->ScreenHeight()) - vSize.y * 3.0f), "Copyright OneLoneCoder.com 2024", olc::PixelF(1.0f, 1.0f, 1.0f, 0.5f), olc::vf2d(1.0, 2.0f));
213+
olc::vi2d vSize = pge->GetTextSizeProp("Copyright OneLoneCoder.com 2025");
214+
pge->DrawStringPropDecal(olc::vf2d(float(pge->ScreenWidth()/2) - vSize.x/2, float(pge->ScreenHeight()) - vSize.y * 3.0f), "Copyright OneLoneCoder.com 2025", olc::PixelF(1.0f, 1.0f, 1.0f, 0.5f), olc::vf2d(1.0, 2.0f));
215215
return true;
216216
}
217217

0 commit comments

Comments
 (0)