Added draw game option for non hotseat games
This commit is contained in:
parent
0385858d4f
commit
416c48891d
4 changed files with 241 additions and 74 deletions
|
|
@ -21,6 +21,12 @@ signal insect_tile_action_started(tile)
|
|||
|
||||
signal show_move_error(error)
|
||||
|
||||
signal draw_offer_sent()
|
||||
signal draw_offer_received()
|
||||
|
||||
signal draw_answer_sent(accepted)
|
||||
signal draw_answer_received(accepted)
|
||||
|
||||
# Turn started could work implicitly? We'll see...
|
||||
signal pass_round
|
||||
signal turn_started(turn_num, map, is_blacks_turn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue