Skip to content

Commit

Permalink
スタートメニューから遊び方を見れるようにした。
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoRyo-2010 committed Nov 17, 2023
1 parent c29b97c commit c9a6d38
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 27 additions & 1 deletion Assets/Scenes/StartMenu.unity
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ GameObject:
- component: {fileID: 904164278}
- component: {fileID: 904164277}
- component: {fileID: 904164276}
- component: {fileID: 904164279}
m_Layer: 5
m_Name: HowToPlay
m_TagString: Untagged
Expand Down Expand Up @@ -830,7 +831,19 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 904164277}
m_OnClick:
m_PersistentCalls:
m_Calls: []
m_Calls:
- m_Target: {fileID: 904164279}
m_TargetAssemblyTypeName: Assets.Scripts.StartMenu.Buttons, Assembly-CSharp
m_MethodName: HowToPlay
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!114 &904164277
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -869,6 +882,19 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 904164274}
m_CullTransparentMesh: 1
--- !u!114 &904164279
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 904164274}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3cf0b45a77725624b9244ad393bedbe1, type: 3}
m_Name:
m_EditorClassIdentifier:
text: {fileID: 0}
--- !u!1 &1173525934
GameObject:
m_ObjectHideFlags: 0
Expand Down
3 changes: 3 additions & 0 deletions ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ EditorBuildSettings:
- enabled: 1
path: Assets/Scenes/Result.unity
guid: 8d3ca3f4d9802eb4a97fe337be0bc2e1
- enabled: 1
path: Assets/Scenes/HowToPlay.unity
guid: 4b18a7b4416369e4bb09789742f060af
m_configObjects: {}

0 comments on commit c9a6d38

Please sign in to comment.