Skip to content

v0.0.2-alpha

Latest
Compare
Choose a tag to compare
@gsjunior86 gsjunior86 released this 18 Jul 17:58
· 43 commits to main since this release
5fd4cb5

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.