-
- Downloads
Added classes to build world objects more easily, and bodies corresponding to...
Added classes to build world objects more easily, and bodies corresponding to the moving parts. Physical properties are fixed, but no input
Showing
- core/src/com/mygdx/game/GameScreens/GamePlay.java 16 additions, 28 deletionscore/src/com/mygdx/game/GameScreens/GamePlay.java
- core/src/com/mygdx/game/TableFootball.java 3 additions, 2 deletionscore/src/com/mygdx/game/TableFootball.java
- core/src/com/mygdx/game/bodies/Ball.java 50 additions, 0 deletionscore/src/com/mygdx/game/bodies/Ball.java
- core/src/com/mygdx/game/bodies/Field.java 52 additions, 0 deletionscore/src/com/mygdx/game/bodies/Field.java
- core/src/com/mygdx/game/bodies/Player.java 56 additions, 0 deletionscore/src/com/mygdx/game/bodies/Player.java
- core/src/com/mygdx/game/bodies/TextureBody.java 32 additions, 0 deletionscore/src/com/mygdx/game/bodies/TextureBody.java
Loading
Please register or sign in to comment