- 重构了 VirtualBoard 类,优化了棋盘操作和事件处理 - 重写了 ChessPiece 类,增加了事件处理和虚拟棋子逻辑 - 更新了 ChessGame 控制器,增加了结束回合功能和对话框 - 调整了场景布局和资源引用 - 清理了冗余代码和注释
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
# Godot 4+ specific ignores
|
|
.godot/
|
|
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
# MyProject specific ignores
|
|
.vscode/
|
|
bin/ |