Translations:Binds/83/ko: Difference between revisions

From DDraceNetwork
No edit summary
No edit summary
 
Line 1: Line 1:
게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 '''player_color_body'''를 각 이동 바인드에 추가하면 됩니다.
게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 '''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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Binds)
You will sometimes see players rapidly changing color as they play.  To do this you just have to bind a '''player_color_body''' change to each of your regular movement inputs.
 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.

게임을 플레이하며 가끔 플레이어의 색이 빠르게 변하는 것을 볼 수 있습니다. 이렇게 하려면 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.