credits page
This commit is contained in:
parent
b364d800ec
commit
8c13c93e2c
|
@ -7,14 +7,49 @@
|
||||||
|
|
||||||
abcdefghijklmnopqrstuvwxyz
|
abcdefghijklmnopqrstuvwxyz
|
||||||
|
|
||||||
日本語
|
|
||||||
スコア
|
スコア
|
||||||
スタート
|
アーケイド
|
||||||
オンライン
|
オンライン
|
||||||
チュートリアル
|
チュートリアル
|
||||||
|
ENGLISH
|
||||||
クレジット
|
クレジット
|
||||||
|
はい
|
||||||
|
戻る
|
||||||
|
|
||||||
サーバー
|
サーバー
|
||||||
アメリカ西
|
アメリカ西
|
||||||
アメリカ東
|
アメリカ東
|
||||||
日本
|
日本
|
||||||
|
|
||||||
|
ロビーを作成
|
||||||
|
ロビーに入る
|
||||||
|
ニックネーム
|
||||||
|
マルチから出る
|
||||||
|
英語だけ
|
||||||
|
終了
|
||||||
|
準備OK
|
||||||
|
待機中
|
||||||
|
|
||||||
|
コンティニュー?
|
||||||
|
待機中...
|
||||||
|
再戦
|
||||||
|
ロビーに戻る
|
||||||
|
部屋から出る
|
||||||
|
タイトルへ
|
||||||
|
スタート
|
||||||
|
ラウンド終了
|
||||||
|
|
||||||
|
スペース
|
||||||
|
|
||||||
|
プログラマー(ネットコード、UI)
|
||||||
|
プログラマー(ゲーム、AI)
|
||||||
|
グラフィック
|
||||||
|
音楽
|
||||||
|
東方
|
||||||
|
ZUN(上海アリス幻樂団)
|
||||||
|
|
||||||
|
難易度を選ぶ
|
||||||
|
イージー
|
||||||
|
ノーマル
|
||||||
|
ハード
|
||||||
|
ルナティック
|
|
@ -0,0 +1,13 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class ButtonCredits : ButtonOnClick {
|
||||||
|
|
||||||
|
public override void OnClick() {
|
||||||
|
if (GameTransition.Instance.state == GameState.Menu){
|
||||||
|
GameTransition.Instance.state = GameState.Credits;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1216338762a2cdc419ce81e52c324b6e
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@ using UnityEngine;
|
||||||
using UnityEngine.EventSystems;
|
using UnityEngine.EventSystems;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
public enum GameState { Menu, SinglePlayer, Multiplayer, Lobby, SelectingRegion, ConnectionInProgress, InGame, Continue }
|
public enum GameState { Menu, SinglePlayer, Multiplayer, Lobby, SelectingRegion, ConnectionInProgress, InGame, Continue, Credits }
|
||||||
|
|
||||||
public class GameTransition : MonoBehaviour {
|
public class GameTransition : MonoBehaviour {
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,8 @@ MonoBehaviour:
|
||||||
text: CREDITS
|
text: CREDITS
|
||||||
- key: MAINMENU_OK
|
- key: MAINMENU_OK
|
||||||
text: OK
|
text: OK
|
||||||
|
- key: MAINMENU_BACK
|
||||||
|
text: BACK
|
||||||
- key: CONNECT_PHRASE
|
- key: CONNECT_PHRASE
|
||||||
text: SELECT REGION
|
text: SELECT REGION
|
||||||
- key: CONNECT_USW
|
- key: CONNECT_USW
|
||||||
|
@ -69,11 +71,33 @@ MonoBehaviour:
|
||||||
text: GAME SET
|
text: GAME SET
|
||||||
- key: KEY_SPACE
|
- key: KEY_SPACE
|
||||||
text: SPACE
|
text: SPACE
|
||||||
|
- key: CREDITS_ONE
|
||||||
|
text: PROGRAMMER, NETCODE, UI
|
||||||
|
- key: CREDITS_TWO
|
||||||
|
text: PROGRAMMER, GAME, AI
|
||||||
|
- key: CREDITS_THREE
|
||||||
|
text: ARTIST
|
||||||
|
- key: CREDITS_FOUR
|
||||||
|
text: MUSICIAN (BGM)
|
||||||
|
- key: CREDITS_FIVE
|
||||||
|
text: TOUHOU
|
||||||
|
- key: CREDITS_SIX
|
||||||
|
text: ZUN (TEAM SHANGHAI ALICE)
|
||||||
|
- key: ARCADE_DIFFICULTY
|
||||||
|
text: CHOOSE DIFFICULTY
|
||||||
|
- key: ARCADE_EASY
|
||||||
|
text: EASY
|
||||||
|
- key: ARCADE_NORMAL
|
||||||
|
text: NORMAL
|
||||||
|
- key: ARCADE_HARD
|
||||||
|
text: HARD
|
||||||
|
- key: ARCADE_LUNATIC
|
||||||
|
text: LUNATIC
|
||||||
japaneseLocals:
|
japaneseLocals:
|
||||||
- key: GAME_SCORE
|
- key: GAME_SCORE
|
||||||
text: "\u30B9\u30B3\u30A2"
|
text: "\u30B9\u30B3\u30A2"
|
||||||
- key: MAINMENU_ARCADE
|
- key: MAINMENU_ARCADE
|
||||||
text: "\u30B9\u30BF\u30FC\u30C8"
|
text: "\u30A2\u30FC\u30B1\u30A4\u30C9"
|
||||||
- key: MAINMENU_ONLINE
|
- key: MAINMENU_ONLINE
|
||||||
text: "\u30AA\u30F3\u30E9\u30A4\u30F3"
|
text: "\u30AA\u30F3\u30E9\u30A4\u30F3"
|
||||||
- key: MAINMENU_HELP
|
- key: MAINMENU_HELP
|
||||||
|
@ -84,6 +108,8 @@ MonoBehaviour:
|
||||||
text: "\u30AF\u30EC\u30B8\u30C3\u30C8"
|
text: "\u30AF\u30EC\u30B8\u30C3\u30C8"
|
||||||
- key: MAINMENU_OK
|
- key: MAINMENU_OK
|
||||||
text: "\u306F\u3044"
|
text: "\u306F\u3044"
|
||||||
|
- key: MAINMENU_BACK
|
||||||
|
text: "\u623B\u308B"
|
||||||
- key: CONNECT_PHRASE
|
- key: CONNECT_PHRASE
|
||||||
text: "\u30B5\u30FC\u30D0\u30FC"
|
text: "\u30B5\u30FC\u30D0\u30FC"
|
||||||
- key: CONNECT_USW
|
- key: CONNECT_USW
|
||||||
|
@ -93,39 +119,61 @@ MonoBehaviour:
|
||||||
- key: CONNECT_JAPAN
|
- key: CONNECT_JAPAN
|
||||||
text: "\u65E5\u672C"
|
text: "\u65E5\u672C"
|
||||||
- key: MULTIPLAYER_CREATE
|
- key: MULTIPLAYER_CREATE
|
||||||
text:
|
text: "\u30ED\u30D3\u30FC\u3092\u4F5C\u6210"
|
||||||
- key: MULTIPLAYER_JOIN
|
- key: MULTIPLAYER_JOIN
|
||||||
text:
|
text: "\u30ED\u30D3\u30FC\u306B\u5165\u308B"
|
||||||
- key: MULTIPLAYER_NICKNAME
|
- key: MULTIPLAYER_NICKNAME
|
||||||
text:
|
text: "\u30CB\u30C3\u30AF\u30CD\u30FC\u30E0"
|
||||||
- key: MULTIPLAYER_DISCONNECT
|
- key: MULTIPLAYER_DISCONNECT
|
||||||
text:
|
text: "\u30DE\u30EB\u30C1\u304B\u3089\u51FA\u308B"
|
||||||
- key: MULTIPLAYER_NICKNAME_TIP
|
- key: MULTIPLAYER_NICKNAME_TIP
|
||||||
text:
|
text: "\u82F1\u8A9E\u3060\u3051"
|
||||||
- key: MULTIPLAYER_LEAVE
|
- key: MULTIPLAYER_LEAVE
|
||||||
text:
|
text: "\u7D42\u4E86"
|
||||||
- key: MULTIPLAYER_READY
|
- key: MULTIPLAYER_READY
|
||||||
text:
|
text: "\u6E96\u5099OK"
|
||||||
- key: MULTIPLAYER_READYWAITING
|
- key: MULTIPLAYER_READYWAITING
|
||||||
text:
|
text: "\u5F85\u6A5F\u4E2D"
|
||||||
- key: CONTINUE_CONTINUE
|
- key: CONTINUE_CONTINUE
|
||||||
text:
|
text: "\u30B3\u30F3\u30C6\u30A3\u30CB\u30E5\u30FC\uFF1F"
|
||||||
- key: CONTINUE_WAITING
|
- key: CONTINUE_WAITING
|
||||||
text:
|
text: "\u5F85\u6A5F\u4E2D..."
|
||||||
- key: CONTINUE_REMATCH
|
- key: CONTINUE_REMATCH
|
||||||
text:
|
text: "\u518D\u6226"
|
||||||
- key: CONTINUE_RETURNTOLOBBY
|
- key: CONTINUE_RETURNTOLOBBY
|
||||||
text:
|
text: "\u30ED\u30D3\u30FC\u306B\u623B\u308B"
|
||||||
- key: CONTINUE_LEAVEROOM
|
- key: CONTINUE_LEAVEROOM
|
||||||
text:
|
text: "\u90E8\u5C4B\u304B\u3089\u51FA\u308B"
|
||||||
- key: CONTINUE_LEAVEMENU
|
- key: CONTINUE_LEAVEMENU
|
||||||
text:
|
text: "\u30BF\u30A4\u30C8\u30EB\u3078"
|
||||||
- key: GAME_START
|
- key: GAME_START
|
||||||
text:
|
text: "\u30B9\u30BF\u30FC\u30C8"
|
||||||
- key: GAME_GAMESET
|
- key: GAME_GAMESET
|
||||||
text:
|
text: "\u30E9\u30A6\u30F3\u30C9\u7D42\u4E86"
|
||||||
- key: KEY_SPACE
|
- key: KEY_SPACE
|
||||||
text: "\u30B9\u30DA\u30FC\u30B9"
|
text: "\u30B9\u30DA\u30FC\u30B9"
|
||||||
|
- key: CREDITS_ONE
|
||||||
|
text: "\u30D7\u30ED\u30B0\u30E9\u30DE\u30FC\uFF08\u30CD\u30C3\u30C8\u30B3\u30FC\u30C9\u3001UI)"
|
||||||
|
- key: CREDITS_TWO
|
||||||
|
text: "\u30D7\u30ED\u30B0\u30E9\u30DE\u30FC\uFF08\u30B2\u30FC\u30E0\u3001AI\uFF09"
|
||||||
|
- key: CREDITS_THREE
|
||||||
|
text: "\u30B0\u30E9\u30D5\u30A3\u30C3\u30AF"
|
||||||
|
- key: CREDITS_FOUR
|
||||||
|
text: "\u97F3\u697D"
|
||||||
|
- key: CREDITS_FIVE
|
||||||
|
text: "\u6771\u65B9"
|
||||||
|
- key: CREDITS_SIX
|
||||||
|
text: "ZUN\uFF08\u4E0A\u6D77\u30A2\u30EA\u30B9\u5E7B\u6A02\u56E3\uFF09"
|
||||||
|
- key: ARCADE_DIFFICULTY
|
||||||
|
text: "\u96E3\u6613\u5EA6\u3092\u9078\u3076"
|
||||||
|
- key: ARCADE_EASY
|
||||||
|
text: "\u30A4\u30FC\u30B8\u30FC"
|
||||||
|
- key: ARCADE_NORMAL
|
||||||
|
text: "\u30CE\u30FC\u30DE\u30EB"
|
||||||
|
- key: ARCADE_HARD
|
||||||
|
text: "\u30CF\u30FC\u30C9"
|
||||||
|
- key: ARCADE_LUNATIC
|
||||||
|
text: "\u30EB\u30CA\u30C6\u30A3\u30C3\u30AF"
|
||||||
spanishLocals:
|
spanishLocals:
|
||||||
- key: GAME_SCORE
|
- key: GAME_SCORE
|
||||||
text:
|
text:
|
||||||
|
@ -141,6 +189,8 @@ MonoBehaviour:
|
||||||
text:
|
text:
|
||||||
- key: MAINMENU_OK
|
- key: MAINMENU_OK
|
||||||
text:
|
text:
|
||||||
|
- key: MAINMENU_BACK
|
||||||
|
text:
|
||||||
- key: CONNECT_PHRASE
|
- key: CONNECT_PHRASE
|
||||||
text:
|
text:
|
||||||
- key: CONNECT_USW
|
- key: CONNECT_USW
|
||||||
|
@ -183,3 +233,25 @@ MonoBehaviour:
|
||||||
text:
|
text:
|
||||||
- key: KEY_SPACE
|
- key: KEY_SPACE
|
||||||
text:
|
text:
|
||||||
|
- key: CREDITS_ONE
|
||||||
|
text:
|
||||||
|
- key: CREDITS_TWO
|
||||||
|
text:
|
||||||
|
- key: CREDITS_THREE
|
||||||
|
text:
|
||||||
|
- key: CREDITS_FOUR
|
||||||
|
text:
|
||||||
|
- key: CREDITS_FIVE
|
||||||
|
text:
|
||||||
|
- key: CREDITS_SIX
|
||||||
|
text:
|
||||||
|
- key: ARCADE_DIFFICULTY
|
||||||
|
text:
|
||||||
|
- key: ARCADE_EASY
|
||||||
|
text:
|
||||||
|
- key: ARCADE_NORMAL
|
||||||
|
text:
|
||||||
|
- key: ARCADE_HARD
|
||||||
|
text:
|
||||||
|
- key: ARCADE_LUNATIC
|
||||||
|
text:
|
||||||
|
|
|
@ -1541,6 +1541,86 @@ PrefabInstance:
|
||||||
m_Modification:
|
m_Modification:
|
||||||
m_TransformParent: {fileID: 0}
|
m_TransformParent: {fileID: 0}
|
||||||
m_Modifications:
|
m_Modifications:
|
||||||
|
- target: {fileID: 610498694, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 610498694, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 610498694, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 610498694, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 905830129, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 905830129, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 905830129, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 905830129, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1004644345, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1004644345, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1004644345, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1004644345, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1637821926, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1637821926, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1637821926, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1637821926, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1703457736, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMin.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1703457736, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchorMax.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1703457736, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1703457736, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
|
propertyPath: m_AnchoredPosition.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1736330635070797285, guid: adba91609cb1e5448b76682be198fc9b,
|
- target: {fileID: 1736330635070797285, guid: adba91609cb1e5448b76682be198fc9b,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
|
@ -1686,6 +1766,11 @@ PrefabInstance:
|
||||||
propertyPath: tDisplays.Array.data[6].target
|
propertyPath: tDisplays.Array.data[6].target
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 2143326257}
|
objectReference: {fileID: 2143326257}
|
||||||
|
- target: {fileID: 1736330635485585598, guid: adba91609cb1e5448b76682be198fc9b,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: tDisplays.Array.data[7].target
|
||||||
|
value:
|
||||||
|
objectReference: {fileID: 1280147037}
|
||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_SourcePrefab: {fileID: 100100000, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
m_SourcePrefab: {fileID: 100100000, guid: adba91609cb1e5448b76682be198fc9b, type: 3}
|
||||||
--- !u!1001 &4556693131220901914
|
--- !u!1001 &4556693131220901914
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
Font: Nikkyou Sans Style: Sans
|
||||||
|
Point Size: 60 SP/PD Ratio: 16.7%
|
||||||
|
|
||||||
|
Characters included: 188/207
|
||||||
|
Missing characters: 19
|
||||||
|
Excluded characters: 0
|
||||||
|
|
||||||
|
Characters missing from font file:
|
||||||
|
----------------------------------------
|
||||||
|
ID: 13 Hex: D Char [
]
|
||||||
|
ID: 10 Hex: A Char [
|
||||||
|
]
|
||||||
|
ID: 25147 Hex: 623B Char [戻]
|
||||||
|
ID: 32066 Hex: 7D42 Char [終]
|
||||||
|
ID: 20102 Hex: 4E86 Char [了]
|
||||||
|
ID: 28310 Hex: 6E96 Char [準]
|
||||||
|
ID: 20633 Hex: 5099 Char [備]
|
||||||
|
ID: 24453 Hex: 5F85 Char [待]
|
||||||
|
ID: 27231 Hex: 6A5F Char [機]
|
||||||
|
ID: 37096 Hex: 90E8 Char [部]
|
||||||
|
ID: 38899 Hex: 97F3 Char [音]
|
||||||
|
ID: 27005 Hex: 697D Char [楽]
|
||||||
|
ID: 28023 Hex: 6D77 Char [海]
|
||||||
|
ID: 24187 Hex: 5E7B Char [幻]
|
||||||
|
ID: 27138 Hex: 6A02 Char [樂]
|
||||||
|
ID: 38627 Hex: 96E3 Char [難]
|
||||||
|
ID: 26131 Hex: 6613 Char [易]
|
||||||
|
ID: 24230 Hex: 5EA6 Char [度]
|
||||||
|
ID: 36984 Hex: 9078 Char [選]
|
||||||
|
|
||||||
|
Characters excluded from packing:
|
||||||
|
----------------------------------------
|
|
@ -0,0 +1,7 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 403ccb6c4efc53e4b8754c3d60b89f50
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue