1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 22:26:44 +02:00

Refactor game window sizing

- Add large square and rectangle window types
- Remove forced small windows
- Fit game of life to largest possible window type
- Hide cursor in game of life when game is running
This commit is contained in:
jfreegman
2021-06-03 01:19:49 -04:00
parent 5e67571908
commit 4514ecd839
9 changed files with 108 additions and 91 deletions

View File

@ -1864,7 +1864,7 @@ static void chess_notify(const GameData *game, ChessPacketType type)
}
case CHESS_PACKET_RESIGN: {
msg = "Opponnet has resigned";
msg = "Opponent has resigned";
break;
}