Skip to content

Commit

Permalink
v1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
SamToki committed Nov 12, 2024
1 parent 58d7adc commit b6f6328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions PROJECT/Yamanobo-Ryou/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" type="image/x-icon" href="icons/favicon.ico" />
<title>山田凉上山</title>
<meta name="author" content="SAM TOKI STUDIO" />
<meta name="version" content="v0.24 (2024/10/21) Beta Test. Since 2024/10/13." />
<meta name="version" content="v1.00 (2024/11/12). Since 2024/10/13." />
<meta name="description" content="「孤独摇滚!」同人打字训练游戏。屑凉被讨债的波奇酱追上山,开始无尽的逃亡。" />
<meta name="keywords" content="Sam Toki, SAM TOKI STUDIO, 山田凉上山, Yamanobo-Ryou, 山登リョウ, 孤独摇滚, Bocchi the Rock, 打字训练, 打字游戏, Typing game" />
<meta name="copyright" content="(C) 2024 SAM TOKI STUDIO" />
Expand Down Expand Up @@ -2037,9 +2037,8 @@ <h4>图标</h4>
<legend>关于</legend>
<p>山田凉上山</p>
<p>by SAM TOKI STUDIO</p>
<p>版本 v0.24 (<time datetime="2024-10-21" pubdate="pubdate">2024/10/21</time>) Beta Test<br />
<p>版本 v1.00 (<time datetime="2024-11-12" pubdate="pubdate">2024/11/12</time>)<br />
始于 2024/10/13</p>
<p>公测版本不代表最终内容与品质。</p>
<ul class="CtrlGroup BelowParagraph">
<li class="Ctrl">
<a class="Linkbtn" href="https://github.com/SamToki/Yamanobo-Ryou">查看 GitHub 项目</a>
Expand Down
2 changes: 1 addition & 1 deletion PROJECT/Yamanobo-Ryou/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Declare variables
"use strict";
// Unsaved
const CurrentVersion = 0.24;
const CurrentVersion = 1.00;
var Game0 = {
Terrain: {
WalkedWidth: 0,
Expand Down

0 comments on commit b6f6328

Please sign in to comment.