OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: alex4src/src/control.c |
| 2 | =================================================================== |
| 3 | --- alex4src.orig/src/control.c 2011-06-07 13:35:27.000000000 +0200 |
| 4 | +++ alex4src/src/control.c 2011-06-07 13:41:46.000000000 +0200 |
| 5 | @@ -31,7 +31,7 @@ |
| 6 | KEY_DOWN, |
| 7 | KEY_LEFT, |
| 8 | KEY_RIGHT, |
| 9 | - KEY_LCONTROL, |
| 10 | + KEY_LSHIFT, |
| 11 | KEY_ALT); |
| 12 | |
| 13 | c->flags = 0; |
| 14 | Index: alex4src/src/main.c |
| 15 | =================================================================== |
| 16 | --- alex4src.orig/src/main.c 2011-06-07 13:45:56.000000000 +0200 |
| 17 | +++ alex4src/src/main.c 2011-06-07 13:45:59.000000000 +0200 |
| 18 | @@ -115,7 +115,7 @@ |
| 19 | char scroller_message[] = |
| 20 | "Free Lunch Design presents Alex the Allegator 4 " |
| 21 | "Guide Alex to the exit of each level Jump or shoot enemies picking up stars and cherries on the way " |
| 22 | - "Use arrows to move Alex, ALT to jump and Left CTRL to shoot, or use a gamepad or joystick " |
| 23 | + "Use arrows to move Alex, ALT to jump and Left SHIFT to shoot, or use a gamepad or joystick " |
| 24 | "Code and GFX by Johan Peitz Music and SFX by Anders Svensson "; |
| 25 | char init_string[] = "[YhJPJKUSY`0-'\"7 "; |
| 26 | |
| 27 |
