Quote:
When you make a Skill Game, in the instructions you may want to add descriptions of how the skill game is played and what the buttons do. Instead of typing out 'push A Button to jump', etc, you can use code strings to display controller icons like we have in our Skill Game instructions and the mini games in RedLynx Picks.
Most of these code strings are below. Just copy any of the strings into your sentence.
%linebreak%
%button_a%
%button_b%
%button_x%
%button_y%
%button_lt%
%button_rt%
%button_lb%
%button_rb%
%button_start%
%button_back%
%lstick%
%rstick%
%lstick_both%
%lstick_left%
%lstick_right%
%rstick_both%
%rstick_left%
%rstick_right%
%lstick_click%
%rstick_click%
%dpad_up%
Example-
'Use %button_a% to jump.'
Of course the A,X,B,Y buttons are for an Xbox controller but you get the picture I'm sure;)