Line 0
Link Here
|
|
|
1 |
--- win/X11/JNetHack.ad.orig 2014-10-18 21:32:38.000000000 +0900 |
2 |
+++ win/X11/JNetHack.ad 2014-10-18 21:36:57.000000000 +0900 |
3 |
@@ -22,11 +22,10 @@ |
4 |
! the custom format - to enlarge an XPM file, use processing tools |
5 |
! such as XV or preferably PBMplus. |
6 |
! |
7 |
-!JNetHack.tile_file: x11tiles32j |
8 |
-JNetHack.tile_file: t32-1024.xpm |
9 |
-JNetHack.tile_width: 32 |
10 |
-JNetHack.tile_height: 32 |
11 |
-!JNetHack.double_tile_size: True |
12 |
+!JNetHack.tile_file: x11tiles |
13 |
+!JNetHack.tile_width: 16 |
14 |
+!JNetHack.tile_height: 16 |
15 |
+!!JNetHack.double_tile_size: True |
16 |
! |
17 |
! The annotation of pets. |
18 |
JNetHack.pet_mark_bitmap: pet_mark.xbm |
19 |
@@ -132,6 +131,42 @@ |
20 |
JNetHack*player_selection*quit.accelerators: #override\n\ |
21 |
<Key>Escape: set() notify() unset() |
22 |
|
23 |
+JNetHack*race_selection*random.borderColor: blue |
24 |
+JNetHack*race_selection*random.borderWidth: 2 |
25 |
+JNetHack*race_selection*random.foreground: blue |
26 |
+JNetHack*race_selection*random.accelerators: #override\n\ |
27 |
+ <Key>Return: set() notify() unset() |
28 |
+JNetHack*race_selection*quit.borderColor: blue |
29 |
+JNetHack*race_selection*quit.foreground: blue |
30 |
+JNetHack*race_selection*Command.borderColor: red |
31 |
+JNetHack*race_selection*Command.foreground: red |
32 |
+JNetHack*race_selection*quit.accelerators: #override\n\ |
33 |
+ <Key>Escape: set() notify() unset() |
34 |
+ |
35 |
+JNetHack*gender_selection*random.borderColor: blue |
36 |
+JNetHack*gender_selection*random.borderWidth: 2 |
37 |
+JNetHack*gender_selection*random.foreground: blue |
38 |
+JNetHack*gender_selection*random.accelerators: #override\n\ |
39 |
+ <Key>Return: set() notify() unset() |
40 |
+JNetHack*gender_selection*quit.borderColor: blue |
41 |
+JNetHack*gender_selection*quit.foreground: blue |
42 |
+JNetHack*gender_selection*Command.borderColor: red |
43 |
+JNetHack*gender_selection*Command.foreground: red |
44 |
+JNetHack*gender_selection*quit.accelerators: #override\n\ |
45 |
+ <Key>Escape: set() notify() unset() |
46 |
+ |
47 |
+JNetHack*alignment_selection*random.borderColor: blue |
48 |
+JNetHack*alignment_selection*random.borderWidth: 2 |
49 |
+JNetHack*alignment_selection*random.foreground: blue |
50 |
+JNetHack*alignment_selection*random.accelerators: #override\n\ |
51 |
+ <Key>Return: set() notify() unset() |
52 |
+JNetHack*alignment_selection*quit.borderColor: blue |
53 |
+JNetHack*alignment_selection*quit.foreground: blue |
54 |
+JNetHack*alignment_selection*Command.borderColor: red |
55 |
+JNetHack*alignment_selection*Command.foreground: red |
56 |
+JNetHack*alignment_selection*quit.accelerators: #override\n\ |
57 |
+ <Key>Escape: set() notify() unset() |
58 |
+ |
59 |
JNetHack*extended_commands*dismiss.borderColor: blue |
60 |
JNetHack*extended_commands*dismiss.foreground: blue |
61 |
JNetHack*extended_commands*help.borderColor: blue |