ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
19 stars 9 forks source link

Player sprite animation and turning #122

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Currently, we only use on of the loaded textures for the player.

The original game had several frames of animation for player directing left and player directing right, and also seemingly a separate sprite for the case when the player stays still (being turned in both directions).

Let's use those sprites, they are already loaded by the engine.

See TODO[#122].