Skip to content

Commit

Permalink
Release Pre v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0auBSQ committed Jan 10, 2022
1 parent 6716125 commit 369d6ef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Fork of TJAPlayer3-Develop-ReWrite, a simulator for .tja files.
Old TJAPlayer3-Develop-BSQ

- Current version: v0.5.2.1
- Current version: Pre v0.5.3

- Discord : https://discord.gg/aA8scTvZ6B

Expand Down Expand Up @@ -131,6 +131,23 @@ Download SlimDX again from https://code.google.com/archive/p/slimdx/downloads\.

## Update history

<details>
<summary>Pre v0.5.3</summary>

- Fix multiple bugs

- 1st version of the Dan result screen

- Dan chart supporting any count of songs

- Support of 2P Side

- Major 2P update (Please check discord for more details about it)

- Dan charts are now also selectable from the Taiko mode song select screen

</details>

<details>
<summary>v0.5.2.1</summary>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ English : https://github.com/0auBSQ/OpenTaiko/blob/main/README-EN.md
TJAPlayer3-Develop-ReWriteのフォーク, .tjaファイルのシミュレーターです。
旧TJAPlayer3-Develop-BSQ

- 現在のバージョン: v0.5.2.1
- 現在のバージョン: Pre v0.5.3

- Discord : https://discord.gg/aA8scTvZ6B

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public static void tDisplayDanPlate(CTexture givenPlate, STバー情報? songNod
titleTmp = stNode.ttkタイトル[stNode.ttkタイトル.Length - 1].str文字;
}

TitleTextureKey ttkTmp = new TitleTextureKey(titleTmp, pfDanPlateTitle, Color.White, Color.Black, 1000);
TitleTextureKey ttkTmp = new TitleTextureKey(titleTmp.Substring(0, 2), pfDanPlateTitle, Color.White, Color.Black, 1000);
TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTextureTate(ttkTmp).t2D中心基準描画(TJAPlayer3.app.Device, x, y - 50);
}
}
Expand Down

0 comments on commit 369d6ef

Please sign in to comment.