Skip to content

Commit 9bb3fc9

Browse files
committed
changed default control; update doc
1 parent 41e6b31 commit 9bb3fc9

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

game/Readme.txt

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,14 @@ Enter -
7777

7878
Tab - �������� ������� ������.
7979

80-
����� 1:
81-
up, left, down, right - �����������
82-
����� ctrl - �����
83-
����� shift - ��������� ������
84-
RAlt, RWin, AppMenu - �������� �����
85-
Delete - ����
86-
87-
����� 2:
88-
W, A, S, D - �����������
89-
������ ctrl - �����
90-
������ shift - ��������� ������
91-
~, 1, 2 - �������� �����
92-
Q - ����
93-
94-
��������� ������ ��� �� �����, ����� _������������_ ������ [�����] �
80+
���������� �� ���������:
81+
W, A, S, D - �����������
82+
����� - ������������
83+
Space ��� ��� - �����
84+
E ��� ��� - ��������� �������
85+
� - ����
86+
87+
��������� ������� ��� �� �����, ����� _������������_ ������ [�����] �
9588
[������] ��� [������] � [�����].
9689

9790
���� ����������� ��������� ������ ��� ������ ����.

game/src/tank/config/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ REFLECTION_BEGIN(ConfControllerProfile)
1616
VAR_STR(key_back, "S")
1717
VAR_STR(key_left, "A")
1818
VAR_STR(key_right, "D")
19-
VAR_STR(key_fire, "Space")
19+
VAR_STR(key_fire, "Space")
2020
VAR_STR(key_light, "F")
2121
VAR_STR(key_tower_left, "1")
2222
VAR_STR(key_tower_center, "2")
2323
VAR_STR(key_tower_right, "3")
2424
VAR_STR(key_pickup, "E")
2525
VAR_BOOL(lights, true)
26-
VAR_BOOL(aim_to_mouse, false)
26+
VAR_BOOL(aim_to_mouse, true)
2727
VAR_BOOL(move_to_mouse, false)
2828
VAR_BOOL(arcade_style, true)
2929
REFLECTION_END()

0 commit comments

Comments
 (0)