diff --git a/extensions/reviewed/Gamepads.json b/extensions/reviewed/Gamepads.json index f6593a793..e016bf0d0 100644 --- a/extensions/reviewed/Gamepads.json +++ b/extensions/reviewed/Gamepads.json @@ -4755,7 +4755,7 @@ "actions": [ { "type": { - "value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey" + "value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey" }, "parameters": [ "Object", diff --git a/extensions/reviewed/PhysicsCar3DKeyMapper.json b/extensions/reviewed/PhysicsCar3DKeyMapper.json index 1cd4e7349..8a6f5aef8 100644 --- a/extensions/reviewed/PhysicsCar3DKeyMapper.json +++ b/extensions/reviewed/PhysicsCar3DKeyMapper.json @@ -27,8 +27,8 @@ "eventsFunctions": [], "eventsBasedBehaviors": [ { - "description": "Control a 3D physics character with a keyboard for a platformer or a top-down game.", - "fullName": "3D platformer keyboard mapper", + "description": "Control a 3D physics car with a keyboard.", + "fullName": "3D car keyboard mapper", "name": "PhysicsCar3DKeyboardMapper", "objectType": "", "eventsFunctions": [ @@ -154,7 +154,7 @@ "actions": [ { "type": { - "value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey" + "value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey" }, "parameters": [ "Object", diff --git a/extensions/reviewed/SpriteMultitouchJoystick.json b/extensions/reviewed/SpriteMultitouchJoystick.json index 0cc7dd19c..f34b3409d 100644 --- a/extensions/reviewed/SpriteMultitouchJoystick.json +++ b/extensions/reviewed/SpriteMultitouchJoystick.json @@ -5205,7 +5205,7 @@ "actions": [ { "type": { - "value": "Physics3D::PhysicsCar3D::SimulateHandBreakKey" + "value": "Physics3D::PhysicsCar3D::SimulateHandBrakeKey" }, "parameters": [ "Object",