LIBGDX making 5 different buttons on one screen
问题 I have 5 buttons i need to make do different things but they don't and i need to know how to make them do it. Here is my code; public class MainMenu implements Screen { CrazyZombies game; Stage stage; TextureAtlas atlas; Skin skin; SpriteBatch batch; Button play, option, quit, custom, store, menu; public MainMenu(CrazyZombies game) { this.game = game; } public void create () { stage = new Stage(); } @Override public void render(float delta) { Gdx.gl.glClearColor(0.09f, 0.28f, 0.2f, 1); Gdx.gl