- 修复 AI decide 方法参数类型为 Array[Card] - 添加 cards_played 和 player_passed 信号 - 出牌时在桌面中央显示排序后的卡牌 - 过牌时清除桌面牌 - 添加延迟动画效果(0.8秒显示,0.5秒清除) - 添加 TableLabel 作为出牌显示区域 - 出牌按 rank 排序显示 🤖 Generated with [Qoder][https://qoder.com]
2 lines
1.2 KiB
XML
2 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<svg baseProfile="tiny" height="88.9mm" version="1.2" viewBox="0,0,63.5,88.9" width="63.5mm" xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink"><defs /><rect fill="none" height="88.9" rx="8" ry="8" stroke="#333333" stroke-width="0.5" width="63.5" x="0" y="0" /><g transform="translate(3,3) rotate(0)"><text fill="#C00000" font-family="Arial, sans-serif" font-size="12.0pt" font-weight="bold" x="0" y="12.0">J</text><text fill="#C00000" font-size="10.0pt" x="0" y="22.0">H</text></g><g transform="translate(60.5,85.9) rotate(180)"><text fill="#C00000" font-family="Arial, sans-serif" font-size="12.0pt" font-weight="bold" x="0" y="12.0">J</text><text fill="#C00000" font-size="10.0pt" x="0" y="22.0">H</text></g><g><circle cx="31.75" cy="36.45" fill="#C00000" r="2.5" /><line stroke="#C00000" stroke-width="1" x1="33.75" x2="36.75" y1="34.45" y2="39.45" /></g><g transform="translate(31.75,52.45) scale(1,-1) translate(-31.75,-52.45)"><circle cx="31.75" cy="52.45" fill="#C00000" r="2.5" /><line stroke="#C00000" stroke-width="1" x1="33.75" x2="36.75" y1="50.45" y2="55.45" /></g></svg> |