Skip to content

Commit df28694

Browse files
committed
Merge branches 'master' and 'menu' of https://github.com/BenjaVR/Jungle-Wars into menu
# Conflicts: # core/src/be/howest/junglewars/screens/GameScreen.java # desktop/src/be/howest/junglewars/desktop/DesktopLauncher.java
1 parent a1c4bdd commit df28694

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

core/src/be/howest/junglewars/gameobjects/GameObject.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package be.howest.junglewars.gameobjects;
22

3-
import be.howest.junglewars.screens.GameScreen;
4-
import com.badlogic.gdx.graphics.g2d.Sprite;
5-
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
6-
import com.badlogic.gdx.math.Rectangle;
7-
8-
import java.io.Serializable;
9-
import java.util.ArrayList;
10-
import java.util.List;
3+
import be.howest.junglewars.screens.*;
4+
import com.badlogic.gdx.graphics.g2d.*;
5+
import com.badlogic.gdx.math.*;
6+
7+
import java.io.*;
8+
import java.util.*;
119

1210
public abstract class GameObject implements Serializable {
1311

0 commit comments

Comments
 (0)