mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
* add reset power and toughness function on cards Add actResetPT to set the power and toughness in the same way as actSetPT but instead of prompting the user it will fetch the original pt from the card info for each card. Add the new command to the card rmb list, keybinds and settings. * changed style to .clang-format Please change the contributing guidelines to use this style instead.
This commit is contained in:
parent
bc2cb59c50
commit
75203cf385
4 changed files with 51 additions and 8 deletions
|
|
@ -265,6 +265,7 @@ void ShortcutsSettings::fillDefaultShorcuts()
|
|||
defaultShortCuts["Player/aSCYellow"] = parseSequenceString("");
|
||||
defaultShortCuts["Player/aSetAnnotation"] = parseSequenceString("");
|
||||
defaultShortCuts["Player/aSetPT"] = parseSequenceString("Ctrl+P");
|
||||
defaultShortCuts["Player/aResetPT"] = parseSequenceString("Ctrl+Alt+0");
|
||||
defaultShortCuts["Player/aShuffle"] = parseSequenceString("Ctrl+S");
|
||||
defaultShortCuts["Player/aTap"] = parseSequenceString("");
|
||||
defaultShortCuts["Player/aUnattach"] = parseSequenceString("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue