mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Replace ACTION in texts by {button} placeholders
Gamepads and the Steam Deck need "ACTION" to be replaced by a controller glyph, so that's now possible.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
620365614d
commit
09365347b6
@@ -768,8 +768,10 @@ static void fill_buttons(char* buffer, const size_t buffer_len, const char* line
|
||||
{
|
||||
vformat_buf(buffer, buffer_len,
|
||||
line,
|
||||
"b_act:but,"
|
||||
"b_int:but,"
|
||||
"b_map:but",
|
||||
vformat_button(ActionSet_InGame, Action_InGame_ACTION),
|
||||
vformat_button(ActionSet_InGame, Action_InGame_Interact),
|
||||
vformat_button(ActionSet_InGame, Action_InGame_Map)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user