From f7cb2a3450a7a04f7c41a42ee1d3f2676dd15a8b Mon Sep 17 00:00:00 2001 From: Theron Date: Sun, 1 Mar 2020 18:44:32 -0600 Subject: [PATCH] controls --- src/main.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cc390b0..9dfd272 100644 --- a/src/main.rs +++ b/src/main.rs @@ -226,7 +226,16 @@ const INSTRUCTIONS: &str = "To play a game, drag an INES file (extension .nes) o To save the game state, press F5. To load the most recent save state, press F9. To load another save state file, drag a .dat file onto the window while the game is running. Battery-backed RAM saves (what the NES cartridges have) will be written to a .sav file if used. -To reset the console/current game, press F2."; +To reset the console/current game, press F2. + +Controls +------------ +A: D +B: F +Start: enter +Select: (right) shift +Up/Down/Left/Right: arrow keys +"; /*