Skip to content

Instantly share code, notes, and snippets.

@codeguru42
codeguru42 / arch-linux-install.md
Last active September 30, 2017 17:41 — forked from Archerious/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI SSD system with full system encryption using dm-crypt and luks
@codeguru42
codeguru42 / arch-linux-install.md
Created September 30, 2017 17:37 — forked from kylemanna/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks
package atmos.tool2d;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.Pixmap.Format;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;