Default skin : 10_Heya, 4_SongLoading, 2_Config folders complete
BIN
DefaultSkinTmpFolder/Graphics/10_Heya/Center_Menu_Bar.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
DefaultSkinTmpFolder/Graphics/10_Heya/Center_Menu_Box.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
DefaultSkinTmpFolder/Graphics/10_Heya/Center_Menu_Box_Slot.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
DefaultSkinTmpFolder/Graphics/10_Heya/Side_Menu.png
Normal file
After Width: | Height: | Size: 27 KiB |
0
DefaultSkinTmpFolder/Graphics/11_Characters/0/empty
Normal file
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Arrow.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Background.png
Normal file
After Width: | Height: | Size: 568 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Cursor.png
Normal file
After Width: | Height: | Size: 101 B |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Enum_Song.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Font.png
Normal file
After Width: | Height: | Size: 257 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Font_Bold.png
Normal file
After Width: | Height: | Size: 257 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/Header.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/ItemBox.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
DefaultSkinTmpFolder/Graphics/2_Config/KeyAssign.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
DefaultSkinTmpFolder/Graphics/3_SongSelect/Background.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
DefaultSkinTmpFolder/Graphics/3_SongSelect/Coin_Slot.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
DefaultSkinTmpFolder/Graphics/3_SongSelect/Header.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
DefaultSkinTmpFolder/Graphics/3_SongSelect/High_Score.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
DefaultSkinTmpFolder/Graphics/3_SongSelect/Song_Number.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
DefaultSkinTmpFolder/Graphics/4_SongLoading/Bg.png
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
DefaultSkinTmpFolder/Graphics/4_SongLoading/Bg_Dan.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
DefaultSkinTmpFolder/Graphics/4_SongLoading/Bg_Wait.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
DefaultSkinTmpFolder/Graphics/4_SongLoading/Fade.png
Normal file
After Width: | Height: | Size: 172 KiB |
BIN
DefaultSkinTmpFolder/Graphics/4_SongLoading/Plate.png
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 17 KiB |
BIN
DefaultSkinTmpFolder/Graphics/7_Exit/Background.png
Normal file
After Width: | Height: | Size: 408 KiB |
@ -2,6 +2,9 @@ Folders done :
|
||||
|
||||
Graphics :
|
||||
|
||||
2_Config
|
||||
4_SongLoading
|
||||
|
||||
5_Game :
|
||||
- 1_Chara (Empty)
|
||||
- 2_Dancer (Empty)
|
||||
@ -14,8 +17,11 @@ Graphics :
|
||||
- 14_GameMode
|
||||
- 18_PuchiChara (Blank)
|
||||
|
||||
7_Exit
|
||||
8_TowerResult
|
||||
9_NamePlateEffect
|
||||
10_Heya
|
||||
11_Characters (Blank)
|
||||
|
||||
Sounds :
|
||||
|
||||
|
@ -25,6 +25,6 @@ In-Game textures :
|
||||
|
||||
- TJAPlayer3 Default skin
|
||||
- starline / vector_corp / Freepik (Patterns)
|
||||
- cien (@CienpixeL) (Nameplates, Rainbox result screen gauge)
|
||||
- Waldo - https://pressstart.vip/assets (Tower result screen background)
|
||||
- cien (@CienpixeL) (Nameplates, Rainbox result screen gauge, Drum textures)
|
||||
- Waldo - https://pressstart.vip/assets (Tower result screen background and skyboxes)
|
||||
- PNG Egg (Fireworks) (Non-commercial)
|
BIN
DefaultSkinTmpFolder/Sounds/SongDecide.ogg
Normal file
@ -420,10 +420,6 @@ namespace TJAPlayer3
|
||||
|
||||
TJAPlayer3.Tx.SongSelect_Header?.t2D描画(TJAPlayer3.app.Device, 0, 0);
|
||||
|
||||
TJAPlayer3.Tx.SongSelect_Coin_Slot?.t2D描画(TJAPlayer3.app.Device, 0, 0,
|
||||
new Rectangle(0, 0, 640 + ((TJAPlayer3.ConfigIni.nPlayerCount > 1) ? 640 : 0), 720));
|
||||
|
||||
|
||||
tTimerDraw((100 - ctTimer.n現在の値).ToString());
|
||||
|
||||
tSongNumberDraw(1097, 167, NowSong.ToString());
|
||||
@ -912,6 +908,15 @@ namespace TJAPlayer3
|
||||
: SPArrRef[currentPads[i]].CrownCount[j - 7].ToString());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
TJAPlayer3.Tx.SongSelect_Coin_Slot?.t2D描画(TJAPlayer3.app.Device, 0, 0,
|
||||
new Rectangle(0, 0, 640 + ((TJAPlayer3.ConfigIni.nPlayerCount > 1) ? 640 : 0), 720));
|
||||
|
||||
for (int i = 0; i < TJAPlayer3.ConfigIni.nPlayerCount; i++)
|
||||
{
|
||||
int p = TJAPlayer3.GetActualPlayer(i);
|
||||
|
||||
if (TJAPlayer3.NamePlateConfig.data.Medals[p] >= 0)
|
||||
tBoardNumberDraw(this.ptBoardNumber[10].X - 10 + i * 1140, this.ptBoardNumber[10].Y, TJAPlayer3.NamePlateConfig.data.Medals[p].ToString());
|
||||
|
||||
|