enhance(reversi): tweak reversi

This commit is contained in:
syuilo
2024-01-21 12:05:51 +09:00
parent 4de77784c9
commit 6039f27bd5
7 changed files with 149 additions and 78 deletions

4
locales/index.d.ts vendored
View File

@@ -9553,6 +9553,10 @@ export interface Locale extends ILocale {
* 対戦相手を探しています
*/
"lookingForPlayer": string;
/**
* 対局がキャンセルされました
*/
"gameCanceled": string;
};
"_offlineScreen": {
/**