You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Tweak gamepad button names to be consistent with the documentation
This commit is contained in:
@@ -42,10 +42,10 @@
|
|||||||
ProjectSettingsEditor *ProjectSettingsEditor::singleton = NULL;
|
ProjectSettingsEditor *ProjectSettingsEditor::singleton = NULL;
|
||||||
|
|
||||||
static const char *_button_names[JOY_BUTTON_MAX] = {
|
static const char *_button_names[JOY_BUTTON_MAX] = {
|
||||||
"PS Cross, XBox A, Nintendo B",
|
"DualShock Cross, Xbox A, Nintendo B",
|
||||||
"PS Circle, XBox B, Nintendo A",
|
"DualShock Circle, Xbox B, Nintendo A",
|
||||||
"PS Square, XBox X, Nintendo Y",
|
"DualShock Square, Xbox X, Nintendo Y",
|
||||||
"PS Triangle, XBox Y, Nintendo X",
|
"DualShock Triangle, Xbox Y, Nintendo X",
|
||||||
"L, L1",
|
"L, L1",
|
||||||
"R, R1",
|
"R, R1",
|
||||||
"L2",
|
"L2",
|
||||||
|
|||||||
Reference in New Issue
Block a user