ElwingGit / GCW0_REminiscence

REminiscence port for GCW0
GNU General Public License v3.0
0 stars 6 forks source link

Control scheme #2

Closed ElwingGit closed 11 years ago

ElwingGit commented 11 years ago

Button assignment is strange currently, improve that to a more common layout.

this task is unfortunately a little bit harder than it might seem as some of the action button are linked to SDLK_RALT and such, and in this game the alt button are used in combinations like ALT-+ to execute some special comment, a good part of the input handling need to be rewritten to make good use of theses touches.

ElwingGit commented 11 years ago

Specific mapping for the GCW0 done. I've done a completely different key reading section for the GCW0 using #ifdefs...

here is a copy of the new key mapping (and of the bitmap used in the info screen...) dessin

only the french info screen is done yet

ElwingGit commented 11 years ago

Added an instruction for other language, as with the original PC instruction screen, there is 1 screen in french for the french version and one screen in english for all other version. here is the new english screen: instru_e

I also added a port version number and I display it in this screen. it will normally match GIT's tag