Last active
August 29, 2015 13:56
-
-
Save NimbusBP1729/9211203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class MyFirstScreen implements Screen { | |
| private Game game; | |
| public MyFirstScreen(Game game) { | |
| this.game = game; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class MyGame extends Game { | |
| @Override | |
| public void create() { | |
| setScreen(new MyFirstScreen(this)); | |
| } | |
| } |
Author
link it. I like to advertise for people.
dat indent
Author
lazy indent is worst indent.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Boo, wheres my website