Totally rewroat the code for collision of solid objects. Also added an example applic...
commit29e04d2cca00cfbdbc1cec57c160bdd0d996ea5d
authorRynhardt Kruger <rynkruger@gmail.com>
Mon, 27 Jun 2011 17:31:20 +0000 (27 19:31 +0200)
committerRynhardt Kruger <rynkruger@gmail.com>
Mon, 27 Jun 2011 17:31:20 +0000 (27 19:31 +0200)
tree000481b8240d3d43970d3a257d2bd8f01d8dc7fc
parentb0b239278e0e24ecdada5577daebc7830ea8b8a5
Totally rewroat the code for collision of solid objects. Also added an example application to test the environment.
examples/WorldExample.java [new file with mode: 0644]
src/org/alterverse/sound/SoundManager.java
src/org/alterverse/world/Area.java
src/org/alterverse/world/DirectionalObject.java [new file with mode: 0644]
src/org/alterverse/world/GameObject.java
src/org/alterverse/world/MovableObject.java
src/org/alterverse/world/Point.java [new file with mode: 0644]