Explorar el Código

Update input-gamepads.md

Niko McLys hace 3 años
padre
commit
5b7077fd7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/ru/manuals/input-gamepads.md

+ 1 - 1
docs/ru/manuals/input-gamepads.md

@@ -143,7 +143,7 @@ if supports_gamepads() then
 end
 ```
 
-If your game is running from inside an `iframe` you must also make sure that the `iframe` has the `gamepad` permission added:
+Если ваша игра запускается внутри `iframe`, вы также должны убедиться, что в `iframe` добавлено разрешение `gamepad`:
 
 ```html
 <iframe allow="gamepad"></iframe>