galaxyyao / TouhouGrave

Another version of Touhou Spring(https://github.com/galaxyyao/Touhou-Spring), with some adjustment in rules
3 stars 0 forks source link

Validate UI under multiplayer mode i.e. game state changes asynchronously while user interacts with UI #48

Open zeroyao opened 11 years ago

zeroyao commented 11 years ago

Card controls shall work correctly while game states are changing at background. That usually happens under multi-player games.

Specifically, MouseDown/MouseUp and MouseEnter/MouseLeave do not necessarily happen in pair. And effect icons tend to change.

Issue https://github.com/galaxyyao/TouhouGrave/issues/27 also falls in this topic.