Translations:Binds/83/ko: Difference between revisions
Created page with "게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 ''''player_color_body'''를 각 이동 바인드에 추가하면 됩니다. bind <span style="color:green">a</span> <span style="color:blue"><span style="color:red">"</span>+left<span style="color:red">;</span> player_color_body</span> <span style="color:red">red"</span> You can do this for several common inputs and get a variety of to cycle through." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 | 게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 '''player_color_body'''를 각 이동 바인드에 추가하면 됩니다. | ||
bind <span style="color:green">a</span> <span style="color:blue"><span style="color:red">"</span>+left<span style="color:red">;</span> player_color_body</span> <span style="color:red">red"</span> | bind <span style="color:green">a</span> <span style="color:blue"><span style="color:red">"</span>+left<span style="color:red">;</span> player_color_body</span> <span style="color:red">red"</span> | ||
You can do this for several common inputs and get a variety of to cycle through. | You can do this for several common inputs and get a variety of to cycle through. |
Latest revision as of 16:16, 2 March 2024
게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 player_color_body를 각 이동 바인드에 추가하면 됩니다.
bind a "+left; player_color_body red"
You can do this for several common inputs and get a variety of to cycle through.