implémentation partielle du moteur physique
This commit is contained in:
parent
243864a621
commit
67de09af29
5 changed files with 159 additions and 17 deletions
|
@ -1,8 +0,0 @@
|
|||
package globalgamejam.tiles;
|
||||
|
||||
public class PlayerTile extends Tile {
|
||||
|
||||
public PlayerTile(){
|
||||
super();
|
||||
}
|
||||
}
|
Reference in a new issue