diff options
author | Andreas Haas <liu.gam3@gmail.com> | 2017-03-18 12:31:14 +0100 |
---|---|---|
committer | Andreas Haas <liu.gam3@gmail.com> | 2017-03-18 12:31:37 +0100 |
commit | f6a504fad4ae4ca1c4ea6c5d0a6fa4a8274d48d8 (patch) | |
tree | 57638d55898b9fee108b6b7d68a52ac258cb2aa9 | |
parent | bc547bbf36dcd2d86daddd9bfc9905d2b9f3821b (diff) |
InputMap: Rename joypad button "PS X" to "PS Cross".
-rw-r--r-- | editor/project_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/project_settings.cpp b/editor/project_settings.cpp index 43c5ccf3a2..b47f95010b 100644 --- a/editor/project_settings.cpp +++ b/editor/project_settings.cpp @@ -39,7 +39,7 @@ ProjectSettings *ProjectSettings::singleton = NULL; static const char *_button_names[JOY_BUTTON_MAX] = { - "PS X, XBox A, Nintendo B", + "PS Cross, XBox A, Nintendo B", "PS Circle, XBox B, Nintendo A", "PS Square, XBox X, Nintendo Y", "PS Triangle, XBox Y, Nintendo X", |