Mini update : Added Puchichara on DaniDoujou song select (Ver. 0.3.4.2)
This commit is contained in:
parent
35d03af93a
commit
c74b3c4483
@ -3,7 +3,7 @@ TJAPlayer3-Develop-ReWriteのフォーク, 太鼓の達人 ニジイロVerを切
|
||||
|
||||
# In progress
|
||||
|
||||
Ver. 0.3.4.1
|
||||
Ver. 0.3.4.2
|
||||
|
||||
Will update this readme later.
|
||||
|
||||
|
@ -37,7 +37,7 @@ Sound/Result/RankIn.ogg => Sounds/ResultScreen/RankIn.ogg
|
||||
Sound/Result/Donchan/Donchan_Clear.ogg => Sounds/ResultScreen/Donchan_Clear.ogg
|
||||
Sound/Result/Donchan/Donchan_Miss.ogg => Sounds/ResultScreen/Donchan_Miss.ogg
|
||||
|
||||
## Ver 0.4 ##
|
||||
## Ver 0.3.3 ##
|
||||
|
||||
Sound/Dan/Dan_Result.ogg => Sounds/Dan/Dan_Result.ogg
|
||||
|
||||
@ -71,7 +71,7 @@ Sounds/DiffSelect.ogg => Sounds/DiffSelect.ogg
|
||||
Sounds/SongDecide.ogg => Sounds/SongDecide.ogg
|
||||
```
|
||||
|
||||
## Fourth Step (Third booster) (From Ver 0.4 (DanichiDoujou update))
|
||||
## Fourth Step (Third booster) (From Ver 0.3.3 (DanichiDoujou update))
|
||||
|
||||
- Download and extract BetterTaikoCatsCaffe from the https://tjadataba.se/shimyu/ website
|
||||
|
||||
|
@ -19,6 +19,8 @@ namespace TJAPlayer3
|
||||
base.list子Activities.Add(this.actFOtoNowLoading = new CActFIFOStart());
|
||||
base.list子Activities.Add(this.段位挑戦選択画面 = new CActSelect段位挑戦選択画面());
|
||||
base.list子Activities.Add(this.actFOtoTitle = new CActFIFOBlack());
|
||||
|
||||
base.list子Activities.Add(this.PuchiChara = new PuchiChara());
|
||||
}
|
||||
|
||||
public override void On活性化()
|
||||
@ -35,6 +37,8 @@ namespace TJAPlayer3
|
||||
ctDonchan_In = new CCounter();
|
||||
ctDonchan_Normal = new CCounter(0, TJAPlayer3.Tx.SongSelect_Donchan_Normal.Length - 1, 1000 / 45, TJAPlayer3.Timer);
|
||||
|
||||
this.PuchiChara.IdleAnimation();
|
||||
|
||||
base.On活性化();
|
||||
}
|
||||
|
||||
@ -123,11 +127,17 @@ namespace TJAPlayer3
|
||||
DonchanY = ((float)Math.Sin((90 + (ctDonchan_In.n現在の値 / 2)) * (Math.PI / 180)) * 150f);
|
||||
|
||||
TJAPlayer3.Tx.SongSelect_Donchan_Normal[ctDonchan_Normal.n現在の値].Opacity = ctDonchan_In.n現在の値 * 2;
|
||||
TJAPlayer3.Tx.SongSelect_Donchan_Normal[ctDonchan_Normal.n現在の値].t2D描画(TJAPlayer3.app.Device, -200 + DonchanX, 336 - DonchanY);
|
||||
}
|
||||
|
||||
TJAPlayer3.Tx.SongSelect_Donchan_Normal[ctDonchan_Normal.n現在の値].t2D描画(TJAPlayer3.app.Device, -200 + DonchanX, 336 - DonchanY);
|
||||
|
||||
#region [PuchiChara]
|
||||
|
||||
this.PuchiChara.On進行描画(0 + 100, 336 + 230, false);
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
this.段位挑戦選択画面.On進行描画();
|
||||
}
|
||||
|
||||
@ -190,6 +200,8 @@ namespace TJAPlayer3
|
||||
private CCounter ctDonchan_In;
|
||||
private CCounter ctDonchan_Normal;
|
||||
|
||||
private PuchiChara PuchiChara;
|
||||
|
||||
public E戻り値 eフェードアウト完了時の戻り値;
|
||||
|
||||
public CActFIFOStart actFOtoNowLoading;
|
||||
|
Loading…
x
Reference in New Issue
Block a user