安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Problem 1: Not being able to select tiles when it isn't your turn.
If hotseat is enabled I just treat anyone clicking the tiles as the current player. I did this for other functions that relied on the clicking player as well.
Problem 2: Pattern lines/Scoring Grid not interact-able for other players.
I made the buttons on the player boards only interact-able for the player who's board it belongs to. If hotseat mode is detected, I let everyone click the buttons.
Not big changes, but I had the framework already in place to fix it quickly. Let me know if you have any questions. Happy to help.
My main issue was that hand visibility wasn't changing when the player turn changes, so Player 1's hand is the only visible hand even on Player 2's turn, but hopefully I can find a work around and only apply it in hotseat mode =)