mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 17:44:48 -07:00
refactor: new way to check if a move is from the bottom of the deck
This commit is contained in:
parent
3641fb8b0d
commit
acb11c881b
5 changed files with 21 additions and 13 deletions
|
|
@ -52,7 +52,4 @@ message Command_MoveCard {
|
|||
|
||||
// Inverts the x coordinate to apply from the end of the target zone instead of the start
|
||||
optional bool is_reversed = 8 [default = false];
|
||||
|
||||
// Inverts the order in which cards are moved (if false, from top to bottom)
|
||||
optional bool is_from_bottom = 9 [default = false];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue