Skip to content

Commit

Permalink
fix: 缺失pattern图案
Browse files Browse the repository at this point in the history
  • Loading branch information
humandetail committed Jan 19, 2024
1 parent debe3db commit 455e086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/Chinese-chess/src/libs/Resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ export const loadResources = async () => {
import('/resources/FZLSFT.ttf'),
import('/resources/STXINGKAI.ttf'),
import('/resources/sword.png'),
import('/resources/win.png')
import('/resources/win.png'),
import('/resources/pattern.png')
])

const result: any = {}
Expand Down

0 comments on commit 455e086

Please sign in to comment.