LibGdx - Transition between Screens

前端 未结 4 917
孤城傲影
孤城傲影 2021-02-04 03:50

I\'m trying to change the animation between Libgdx Screens. I want to write my custom animation (fade in, fade out, etc). Can someone give me a clue? I can\'t seem to find the i

4条回答
  •  攒了一身酷
    2021-02-04 04:44

    I've implemented similar methods. Thanks to Gustavo Steigert, I learned a lot from his blog here's where you could find his example with the sequence of fadeIn and fadeOut.

    http://steigert.blogspot.in/2012/02/3-libgdx-tutorial-scene2d.html

    You can follow through his blog completely to have a better idea of the flow of things and find the tags for the post's source code in the end of each if his posts.

提交回复
热议问题