Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzool committed Nov 25, 2024
1 parent ed90459 commit 471a53b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 拼图游戏

![Pasted image 20241120183635](https://github.com/user-attachments/assets/c829f846-7a26-4c3c-a618-fead3c8ee323)

https://github.com/user-attachments/assets/ab4e0c1d-6b2a-4b22-bcbe-f72c838096e3

## 快捷键

- <kbd>PageUp</kbd> / <kbd>PageDown</kbd> 视角放大/缩小
Expand All @@ -13,6 +17,10 @@
- [Bevy制作拼图游戏 Day 3](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+3)
- [Bevy制作拼图游戏 Day 4](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+4)
- [Bevy制作拼图游戏 Day 5](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+5)
- [Bevy制作拼图游戏 Day 6](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+6)
- [Bevy制作拼图游戏 Day 7](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+7)
- [Bevy制作拼图游戏 Day 8](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Day+8)
- [Bevy制作拼图游戏 Last Day](https://notes.zool.me/Bevy%E5%88%B6%E4%BD%9C%E6%8B%BC%E5%9B%BE%E6%B8%B8%E6%88%8F+Last+Day)

## 相关资源

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body style="margin: 0;">
<script type="module">
import init from './jigsaw_puzzle'
import init from './jigsaw_puzzle.js'

init().catch((error) => {
if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {
Expand Down

0 comments on commit 471a53b

Please sign in to comment.