Skip to content

Instantly share code, notes, and snippets.

View supersam654's full-sized avatar

Sam Marder supersam654

View GitHub Profile
package com.badlogic.drop;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class Drop extends Game {
SpriteBatch batch;
BitmapFont font;