patch投げ用
Revision | eecccd95881f18870e3b33d2f27491ccf406945e (tree) |
---|---|
Time | 2016-03-16 03:42:04 |
Author | SHIRAKATA Kentaro <argrath@ub32...> |
Commiter | SHIRAKATA Kentaro |
adjust JNetHack.ad
@@ -22,10 +22,10 @@ JNetHack*map*font: fixed | ||
22 | 22 | ! the custom format - to enlarge an XPM file, use processing tools |
23 | 23 | ! such as XV or preferably PBMplus. |
24 | 24 | ! |
25 | -!JNetHack.tile_file: x11tiles32j | |
26 | -JNetHack.tile_file: t32-1024.xpm | |
27 | -JNetHack.tile_width: 32 | |
28 | -JNetHack.tile_height: 32 | |
25 | +JNetHack.tile_file: x11tiles | |
26 | +!JNetHack.tile_file: t32-1024.xpm | |
27 | +JNetHack.tile_width: 16 | |
28 | +JNetHack.tile_height: 16 | |
29 | 29 | !JNetHack.double_tile_size: True |
30 | 30 | ! |
31 | 31 | ! The annotation of pets. |
@@ -65,8 +65,9 @@ JNetHack*message*translations: <KeyPress>: input() | ||
65 | 65 | ! It is not guaranteed that the window manager will honor the icon selection. |
66 | 66 | !JNetHack*icon: nh56 |
67 | 67 | ! |
68 | -! If True, a popup for y/n questions is _not_ used. | |
69 | -!JNetHack*slow: True | |
68 | +! If True, the default, a popup for single character prompts such as y/n | |
69 | +! questions is _not_ used. | |
70 | +JNetHack*slow: True | |
70 | 71 | ! |
71 | 72 | ! The number of lines the message window will show without scrolling. |
72 | 73 | !JNetHack*message_lines: 12 |
@@ -77,7 +78,6 @@ JNetHack*message*translations: <KeyPress>: input() | ||
77 | 78 | ! If True, force keyboard to attach to popup windows. Some window managers |
78 | 79 | ! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm). JNetHack |
79 | 80 | ! has a lot of popups and is almost unplayable without some kind of autofocus. |
80 | -! If your window manager does click-to-focus, you'll probably want this False. | |
81 | 81 | !JNetHack*autofocus: True |
82 | 82 | ! |
83 | 83 | ! Specify the number of rows and columns of the map window. The default |
@@ -94,12 +94,7 @@ JNetHack*status_info*borderWidth: 0 | ||
94 | 94 | ! |
95 | 95 | ! Sample color screen entries. |
96 | 96 | ! |
97 | -JNetHack*foreground: black | |
98 | -JNetHack*background: white | |
99 | -JNetHack*border: black | |
100 | - | |
101 | 97 | JNetHack*jnethack.background: wheat |
102 | - | |
103 | 98 | JNetHack*map*yellow: gold |
104 | 99 | JNetHack*map*brown: tan |
105 | 100 | JNetHack*map*gray: grey85 |
@@ -132,6 +127,42 @@ JNetHack*player_selection*Command.foreground: red | ||
132 | 127 | JNetHack*player_selection*quit.accelerators: #override\n\ |
133 | 128 | <Key>Escape: set() notify() unset() |
134 | 129 | |
130 | +JNetHack*race_selection*random.borderColor: blue | |
131 | +JNetHack*race_selection*random.borderWidth: 2 | |
132 | +JNetHack*race_selection*random.foreground: blue | |
133 | +JNetHack*race_selection*random.accelerators: #override\n\ | |
134 | + <Key>Return: set() notify() unset() | |
135 | +JNetHack*race_selection*quit.borderColor: blue | |
136 | +JNetHack*race_selection*quit.foreground: blue | |
137 | +JNetHack*race_selection*Command.borderColor: red | |
138 | +JNetHack*race_selection*Command.foreground: red | |
139 | +JNetHack*race_selection*quit.accelerators: #override\n\ | |
140 | + <Key>Escape: set() notify() unset() | |
141 | + | |
142 | +JNetHack*gender_selection*random.borderColor: blue | |
143 | +JNetHack*gender_selection*random.borderWidth: 2 | |
144 | +JNetHack*gender_selection*random.foreground: blue | |
145 | +JNetHack*gender_selection*random.accelerators: #override\n\ | |
146 | + <Key>Return: set() notify() unset() | |
147 | +JNetHack*gender_selection*quit.borderColor: blue | |
148 | +JNetHack*gender_selection*quit.foreground: blue | |
149 | +JNetHack*gender_selection*Command.borderColor: red | |
150 | +JNetHack*gender_selection*Command.foreground: red | |
151 | +JNetHack*gender_selection*quit.accelerators: #override\n\ | |
152 | + <Key>Escape: set() notify() unset() | |
153 | + | |
154 | +JNetHack*alignment_selection*random.borderColor: blue | |
155 | +JNetHack*alignment_selection*random.borderWidth: 2 | |
156 | +JNetHack*alignment_selection*random.foreground: blue | |
157 | +JNetHack*alignment_selection*random.accelerators: #override\n\ | |
158 | + <Key>Return: set() notify() unset() | |
159 | +JNetHack*alignment_selection*quit.borderColor: blue | |
160 | +JNetHack*alignment_selection*quit.foreground: blue | |
161 | +JNetHack*alignment_selection*Command.borderColor: red | |
162 | +JNetHack*alignment_selection*Command.foreground: red | |
163 | +JNetHack*alignment_selection*quit.accelerators: #override\n\ | |
164 | + <Key>Escape: set() notify() unset() | |
165 | + | |
135 | 166 | JNetHack*extended_commands*dismiss.borderColor: blue |
136 | 167 | JNetHack*extended_commands*dismiss.foreground: blue |
137 | 168 | JNetHack*extended_commands*help.borderColor: blue |