Skip to content

Instantly share code, notes, and snippets.

@micache
micache / gist:574343ccc8a9a46b617aaa68c044ae23
Created June 26, 2019 12:37
Wrong at line 122(Arrayindexoutofboundsexception)
package com.libgdxproject.firstproject;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.Texture;