fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Initial key during credits doesn't pre-select menu #1

Open fire-eggs opened 5 years ago

fire-eggs commented 5 years ago

During the "Microprose presentation" sequence, pressing a menu key is to pre-select the menu. E.g. pressing 'c' should take you directly to the 'customize' option (bypassing the menu).

fire-eggs commented 5 years ago

See Screens\Credits.cs\KeyDown(). Need to save key value and use it in CreateMenu() somehow.