-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: start animation and dialog time
- Loading branch information
Showing
191 changed files
with
699 additions
and
2,769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { cd, exec, mv } from 'shelljs' | ||
import { resolve } from 'node:path' | ||
|
||
const runningDir = process.cwd() | ||
|
||
cd(resolve(runningDir, '../packages/demo')) | ||
exec('npm run build') | ||
|
||
cd('dist') | ||
mv('index.html', 'demo.html') | ||
mv('./*', resolve(runningDir, './.vitepress/dist/')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+101 KB
packages/demo/public/images/background/Electron_Software_Framework_Logo.svg.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
background bg_bad_end.png | ||
|
||
show soi -F $soiSq | ||
|
||
voice 80.wav | ||
soi: 诶,怎么回事...? | ||
# あれ、どうしたの...? | ||
voice 81.wav | ||
: 看样子你达成了一个坏结局哦—— | ||
# バッドエンドになってしまったようですね。 | ||
show soi -F $soi | ||
voice 82.wav | ||
: 我也不是很清楚... | ||
# 私にもよくわかりません... | ||
voice 83.wav | ||
: 但大概率是前面答题有问题,还请再试一遍吧。 | ||
# おそらく前の質問で間違えたのでしょう。もう一度挑戦してみてください。 | ||
voice 84.wav | ||
: 如果实在不行也可以看攻略哦。 | ||
# どうしてもダメなら、攻略ガイドを見るのもいいかもしれませんよ。 | ||
think: <font color="red">--BAD END--</font> | ||
|
||
pause 1 | ||
|
||
apply info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
music 2.mp3 | ||
background bg_true_end.png | ||
|
||
const soi shiori.png | ||
const soiL shiori_low.png | ||
const soiM shiori_mid.png | ||
const soiC shiori_close.png | ||
const soiCS shiori_close_smile.png | ||
const soiS shiori_smile.png | ||
const soiO shiori_open.png | ||
const soiOL shiori_open_low.png | ||
const soiSh shiori_shy.png | ||
const soiSq shiori_squint.png | ||
|
||
character soi --name '诗织' --figure $soi | ||
|
||
show soi -F $soi | ||
|
||
voice 85.wav | ||
soi: 你好,又见面了。 | ||
# こんにちは、また会えましたね。 | ||
voice 86.wav | ||
: 这里是 Final Chapter,让我看看师傅在这设定的剧情内容—— | ||
# ここはファイナルチャプターです。師匠の設定したストーリーを見てみましょう。 | ||
show soi -F $soiS | ||
voice 87.wav | ||
: 首先,十分感谢你能游玩本 DEMO。 | ||
# まず、このデモをプレイしていただき、ありがとうございます。 | ||
voice 88.wav | ||
: 其次... | ||
# 次に... | ||
show soi -F $soiM | ||
voice 89.wav | ||
: 这里的剧情内容还没有想好具体写啥—— | ||
# ここのストーリーはまだ具体的に決まっていないんです。 | ||
voice 90.wav | ||
: 不过师傅说以后或许可以在这里放一点关于...诗织的...HCG? | ||
# でも師匠が、将来ここに...私の...えっちなCGを入れるかもしれないって... | ||
think: 嗯? | ||
show soi -F $soiSh | ||
voice 91.wav | ||
soi: 这都是什么啊! | ||
# これは一体何なんですか! | ||
show soi -F $soiOL | ||
voice 92.wav | ||
: 那种事情,绝对...绝对不允许! | ||
# そんなこと、絶対に...絶対に許しません! | ||
think: ... | ||
think: <font color="darkblue">--TRUE END--</font> | ||
|
||
pause 1 |
Oops, something went wrong.