Skip to content

Commit

Permalink
deploy: 195d19d
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Sep 8, 2024
1 parent 46c1ba5 commit 5ecdc81
Show file tree
Hide file tree
Showing 71 changed files with 1,190,142 additions and 300,024 deletions.
10 changes: 10 additions & 0 deletions dev/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ or add a query parameter labeled `project`

`https://xcratch.github.io/editor/?project=<project-URL>`


### UI improvements from Scratch Foundation version

- Numbers entered with double-byte characters can be used as numerical values.
- New line (\n) and tab (\t) characters can be used for "say", "think", and "=" decision.
- You can see the hidden part on the right side of the block palette.
- Backpack can be used on your own server.
- Open the original project from the player in a separate page.


## Sample Extensions

### ✨ Microbit More
Expand Down
9 changes: 9 additions & 0 deletions dev/docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ https://xcratch.github.io/editor/#<プロジェクトURL>`。

https://xcratch.github.io/editor/?project=<プロジェクトURL>`。

### Scratch Foundation版からのUIの改善

- 全角文字で入力した数字を数値として利用できる
- 「言う」「考える」や「=」判定に改行(\n)やタブ(\t)文字を使える
- ブロックパレットの右端にかくれた部分が見える
- 独自サーバーでも Backpack を使える
- プレイヤーから元のプロジェクトを別ページで開く


## 拡張機能の例

### ✨ Microbit More
Expand Down
2 changes: 1 addition & 1 deletion dev/editor/blocks-only.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="google" value="notranslate">
<link rel="shortcut icon" href="static/favicon.ico">
<title>Scratch 3.0 GUI: Blocks Only Example</title>
<script defer src="runtime.js"></script><script defer src="chunks/vendors-node_modules_microbit_microbit-universal-hex_dist_esm5_universal-hex_js-node_modules_-c70132.28b3ba48fe0854fdba4e.js"></script><script defer src="chunks/src_containers_gui_jsx-src_lib_app-state-hoc_jsx-src_lib_hash-parser-hoc_jsx.c68668c9b1a3ee55415b.js"></script><script defer src="blocksonly.js"></script><meta name="apple-mobile-web-app-title" content="Xcratch" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="default" /><link rel="manifest" href="./manifest.1342cc93635d706966c1d194266dc49f.json" crossorigin="use-credentials" /></head>
<script defer src="blocksonly.js"></script><meta name="apple-mobile-web-app-title" content="Xcratch" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="default" /><link rel="manifest" href="./manifest.1342cc93635d706966c1d194266dc49f.json" crossorigin="use-credentials" /></head>
<body>
<script>
if ('serviceWorker' in navigator) {
Expand Down
Loading

0 comments on commit 5ecdc81

Please sign in to comment.