Skip to content

Instantly share code, notes, and snippets.

View Rani-Kheir's full-sized avatar

Rani Kheir Rani-Kheir

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;