ForNeVeR / O21

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

Proper player positioning in the level #124

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Currently, player starts in the top-left corner of the game field.

We should use the right position for it instead.

Speaking of which… what's the right position? I can't find anything on the level data. Is it just hardcoded for the first level, and then being passed from one to the next level?