Skip to content

Commit

Permalink
FloodForge 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Haizlbliek committed Dec 12, 2024
1 parent accb35e commit 1d1a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/SplashArtPopup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SplashArtPopup : public Popup {
Draw::color(1.0f, 1.0f, 1.0f);
Fonts::rodondo->writeCentred("FloodForge", 0.0, 0.1, 0.2, CENTRE_XY);
Fonts::rainworld->writeCentred("World Editor", 0.0, -0.1, 0.1, CENTRE_XY);
Fonts::rainworld->write("v1.3.1", -0.88, 0.43, 0.04);
Fonts::rainworld->write("v1.3.2", -0.88, 0.43, 0.04);
}

void mouseClick(double mouseX, double mouseY) {
Expand Down

0 comments on commit 1d1a567

Please sign in to comment.