Compare commits

..

No commits in common. "cd19075e7e16946ca4486f57681f6821f64da5a0" and "914667e3ab6ae4445040e5bc26b6477033c3b6b1" have entirely different histories.

8 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
package src;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Random;

View File

@ -1,5 +1,3 @@
package src;
import java.util.ArrayList;
public class ChunkManager {

View File

@ -1,5 +1,3 @@
package src;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferedImage;

Binary file not shown.

View File

@ -1,5 +1,3 @@
package src;
import java.awt.Graphics;
public interface Drawable {

View File

@ -1,5 +1,3 @@
package src;
public interface DrawableCollection {
public Drawable[] get_drawables();
}

View File

@ -1,5 +1,3 @@
package src;
import java.util.Timer;
import java.util.TimerTask;

View File

@ -1,5 +1,3 @@
package src;
public class PhysicsObject {
public float x;
public float y;