Skip to content

Instantly share code, notes, and snippets.

View jonkas2211's full-sized avatar

Kay Joe Kahmann jonkas2211

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jonkas2211 on github.
  • I am jonkas (https://keybase.io/jonkas) on keybase.
  • I have a public key ASB-W6-xr0I896ptIzfxGc4rWSJyJWWF8RIHLOJ4AqSVLQo

To claim this, I am signing this object:

@jonkas2211
jonkas2211 / Drop.java
Created June 10, 2016 10:20 — forked from sinistersnare/Drop.java
This is the gist for the "Extended Simple App" LibGDX tutorial found at: https://github.com/libgdx/libgdx/wiki/Extending-the-simple-game
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;