mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
moved fire key back from 'z' to 'Left-Shift'.
Better for german keyboards. Added my highscore to scorefile ;-) Cool game. Makes really fun to play ;-)) Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
c8f4bff6ea
commit
2b004da19e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5646
@ -12,3 +12,27 @@
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
--- key.h.orig Sun Feb 16 12:55:09 1997
|
||||
+++ key.h Sun Feb 16 12:55:22 1997
|
||||
@@ -14,8 +14,8 @@
|
||||
#define LeftKey XK_Left
|
||||
#define RightKey XK_Right
|
||||
|
||||
-/*#define ShotKey XK_Shift_L*/
|
||||
-#define ShotKey XK_z
|
||||
+#define ShotKey XK_Shift_L
|
||||
+/*#define ShotKey XK_z*/
|
||||
|
||||
#define SpeedUPKey XK_a
|
||||
#define SpeedDOWNKey XK_s
|
||||
--- scorefile.txt.orig Sun Feb 16 13:20:15 1997
|
||||
+++ scorefile.txt Sun Feb 16 13:20:41 1997
|
||||
@@ -4,7 +4,7 @@
|
||||
80000 1 7 ryu
|
||||
70000 1 6 zuno
|
||||
60000 1 6 draemon
|
||||
+57600 1 3 andreas
|
||||
50000 1 3 hoge
|
||||
40000 1 5 yoko
|
||||
30000 1 5 tsuyoshi
|
||||
-20000 1 4 tama
|
||||
|
Loading…
Reference in New Issue
Block a user