Better Coin Animation
This commit is contained in:
Generated
+1
@@ -82,6 +82,7 @@
|
||||
<workItem from="1675279163903" duration="1346000" />
|
||||
<workItem from="1675375598032" duration="1379000" />
|
||||
<workItem from="1675545849238" duration="11000" />
|
||||
<workItem from="1675628256814" duration="1286000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -157,6 +157,16 @@ public class Room
|
||||
players[i].output.write(new byte[]{2, (byte) currentPlayer, 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
}
|
||||
break;
|
||||
|
||||
case 6:
|
||||
for (int i = 0; i < players.length; i++)
|
||||
{
|
||||
if (i != player)
|
||||
{
|
||||
players[i].output.write(new byte[]{6, (byte)player, readData[1], 0, 0, 0, 0, 0, 0, 0});
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 126:
|
||||
players[player].lastTimeSendTimeOutCheck = System.currentTimeMillis();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user