Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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 =)