This is an alpha version of the RE4J tech demo.
This release implements sound fx and background music. Also, the gameplay was improved, implementing the traditional tank movement from the classic PSX games.
The player movement logic was moved from the Main Class to a new class (br.gsj.re4j.anim.PlayerMoveControl). Also, the walk animation was split into two (one for each step), and animation sound added by a Tween.
Player selection is not available on this release, only Leon is playable. This is because the Claire model needs mesh optimization. Improvements on 3D models are planned on future releases, so this will be fixed in the future.