From 71d4a32fcb8019c7bce58f12da21d839d3b89325 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 1 Sep 2022 23:26:25 +0600 Subject: мини баг MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/screens/MenuScreen.java | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src') diff --git a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java index 0545c26..105afed 100644 --- a/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java +++ b/core/src/com/ilotterytea/maxoning/screens/MenuScreen.java @@ -202,6 +202,7 @@ public class MenuScreen implements Screen, InputProcessor { brandLogo.addAction( Actions.sequence( Actions.parallel( + Actions.alpha(1f), Actions.rotateTo(0f, 2f), Actions.scaleTo(1f, 1f, 2f), Actions.moveTo( -- cgit v1.2.3