Skip to content

Commit 120a4af

Browse files
authored
Fix the hand brake key (#1678)
- Don't show in changelogs
1 parent 73125cc commit 120a4af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extensions/reviewed/Gamepads.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4755,7 +4755,7 @@
47554755
"actions": [
47564756
{
47574757
"type": {
4758-
"value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey"
4758+
"value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey"
47594759
},
47604760
"parameters": [
47614761
"Object",

extensions/reviewed/PhysicsCar3DKeyMapper.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"eventsFunctions": [],
2828
"eventsBasedBehaviors": [
2929
{
30-
"description": "Control a 3D physics character with a keyboard for a platformer or a top-down game.",
31-
"fullName": "3D platformer keyboard mapper",
30+
"description": "Control a 3D physics car with a keyboard.",
31+
"fullName": "3D car keyboard mapper",
3232
"name": "PhysicsCar3DKeyboardMapper",
3333
"objectType": "",
3434
"eventsFunctions": [
@@ -154,7 +154,7 @@
154154
"actions": [
155155
{
156156
"type": {
157-
"value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey"
157+
"value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey"
158158
},
159159
"parameters": [
160160
"Object",

extensions/reviewed/SpriteMultitouchJoystick.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5205,7 +5205,7 @@
52055205
"actions": [
52065206
{
52075207
"type": {
5208-
"value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey"
5208+
"value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey"
52095209
},
52105210
"parameters": [
52115211
"Object",

0 commit comments

Comments
 (0)