Skip to content

Commit

Permalink
remove snowflake and update Copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Acivev committed Jan 23, 2025
1 parent 3197f3d commit 92479c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ru/nsu/ccfit/zuev/osu/MainScene.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public boolean onAreaTouched(TouchEvent event, float localX, float localY) {
.setMessage(
"<h1>osu!droid</h1>\n" +
"<h5>Version " + BuildConfig.VERSION_NAME + "</h5>\n" +
"<p>Made by osu!droid team<br>osu! is © peppy 2007-2024</p>\n" +
"<p>Made by osu!droid team<br>osu! is © peppy 2007-2025</p>\n" +
"<br>\n" +
"<a href=\"https://osu.ppy.sh\">Visit official osu! website ↗</a>\n" +
"<br>\n" +
Expand Down Expand Up @@ -345,7 +345,7 @@ public boolean onAreaTouched(final TouchEvent pSceneTouchEvent,
final TextureRegion nptex = ResourceManager.getInstance().getTexture("music_np");
music_nowplay = new Sprite(Utils.toRes(Config.getRES_WIDTH() - 500), 0, (float) (40 * nptex.getWidth()) / nptex.getHeight(), 40, nptex);

addSnowfall(scene, context);
// addSnowfall(scene, context);

for (int i = 0; i < 120; i++) {
final float pX = (float) Config.getRES_WIDTH() / 2;
Expand Down

0 comments on commit 92479c8

Please sign in to comment.