Skip to content

Commit

Permalink
Merge pull request #102 from our-mini-games/feat-Chinese-chess
Browse files Browse the repository at this point in the history
fix: 缺失pattern图案
  • Loading branch information
libondev committed Jan 19, 2024
2 parents dcb12b6 + 455e086 commit 6f59cc5
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 6f59cc5

Please sign in to comment.