1
0
Fork 0

implémentation partielle du moteur physique

This commit is contained in:
Fiesta87 2017-01-21 00:01:18 +01:00
parent 243864a621
commit 67de09af29
5 changed files with 159 additions and 17 deletions

View file

@ -1,8 +0,0 @@
package globalgamejam.tiles;
public class PlayerTile extends Tile {
public PlayerTile(){
super();
}
}