Skip to content

Instantly share code, notes, and snippets.

View tdgroot's full-sized avatar
🔌

Timon de Groot tdgroot

🔌
View GitHub Profile
public class Camera {
private final Player player;
private final Vector2f size;
private final Level level;
private final Rectangle bounds;
public Camera(Player player, Level level, Vector2f size, Rectangle bounds) {
this.player = player;
this.level = level;