- 修复 AI decide 方法参数类型为 Array[Card] - 添加 cards_played 和 player_passed 信号 - 出牌时在桌面中央显示排序后的卡牌 - 过牌时清除桌面牌 - 添加延迟动画效果(0.8秒显示,0.5秒清除) - 添加 TableLabel 作为出牌显示区域 - 出牌按 rank 排序显示 🤖 Generated with [Qoder][https://qoder.com]
2 lines
1.1 KiB
XML
2 lines
1.1 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="#000000" font-family="Arial, sans-serif" font-size="12.0pt" font-weight="bold" x="0" y="12.0">A</text><text fill="#000000" font-size="10.0pt" x="0" y="22.0">C</text></g><g transform="translate(60.5,85.9) rotate(180)"><text fill="#000000" font-family="Arial, sans-serif" font-size="12.0pt" font-weight="bold" x="0" y="12.0">A</text><text fill="#000000" font-size="10.0pt" x="0" y="22.0">C</text></g><g transform="translate(31.75, 44.45)"><circle cx="-5.0" cy="-2.5" fill="#000000" r="5.0" /><circle cx="5.0" cy="-2.5" fill="#000000" r="5.0" /><circle cx="0" cy="1.0" fill="#000000" r="5.0" /><rect fill="#000000" height="10.0" width="2.5" x="-1.25" y="3.0" /></g></svg> |