Parcourir la source

Update input-gamepads.md

Niko McLys il y a 3 ans
Parent
commit
5b7077fd7b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>