Edge jump/zh: Difference between revisions

By (talk | contribs)
Created page with "向右"
Tags: Mobile edit Mobile web edit
By (talk | contribs)
Created page with "方向"
Line 31: Line 31:
|.16
|.16
|}
|}
<div lang="en" dir="ltr" class="mw-content-ltr">
当玩家位于以上特定坐标点时,玩家只需要同时按住跳跃键与前进方向键即可完成三格冻结区域边缘跳。但偶然情况下,两个按键不一定会被同时触发,因此为保证两个动作可以被同步执行,玩家可以进行以下绑定:
Once you are on the right coordinates, you can either tap jump and the direction at the same time (which may be inconsistent), or make it guaranteed by using binds:
</div>


  <div lang="en" dir="ltr" class="mw-content-ltr">
  bind x "+jump; +right"   
bind x "+jump, +right"
</div>  


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">