- 修复 AI decide 方法参数类型为 Array[Card] - 添加 cards_played 和 player_passed 信号 - 出牌时在桌面中央显示排序后的卡牌 - 过牌时清除桌面牌 - 添加延迟动画效果(0.8秒显示,0.5秒清除) - 添加 TableLabel 作为出牌显示区域 - 出牌按 rank 排序显示 🤖 Generated with [Qoder][https://qoder.com]
168 lines
3.2 KiB
INI
168 lines
3.2 KiB
INI
[res://src/game/training_controller.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 4,
|
|
"scroll_position": 4.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/deck.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 21,
|
|
"scroll_position": 18.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/hand_evaluator.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 120,
|
|
"scroll_position": 120.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/round.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 13,
|
|
"scroll_position": 13.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/actions.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 27,
|
|
"scroll_position": 0.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/game_state.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 18,
|
|
"scroll_position": 10.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/ai/base_ai.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 6,
|
|
"scroll_position": 0.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/core/rule_engine.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 14,
|
|
"scroll_position": 14.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/ai/l2_rule_ai.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 10,
|
|
"scroll_position": 10.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/game/game_controller.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 32,
|
|
"scroll_position": 28.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/ui/scenes/training_room.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 20,
|
|
"scroll_position": 20.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://src/ui/components/card_node.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 27,
|
|
"scroll_position": 27.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|