Skip to content

Commit

Permalink
Added BG to Main Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Dionne committed Jan 30, 2016
1 parent 8943ab4 commit e133388
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 8 deletions.
31 changes: 23 additions & 8 deletions Assets/Scenes/FrontEnd.unity
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ RectTransform:
m_RootOrder: 2
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -40}
m_AnchoredPosition: {x: 2, y: 40}
m_SizeDelta: {x: 80, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &413463277
Expand Down Expand Up @@ -626,6 +626,7 @@ GameObject:
- 222: {fileID: 874965791}
- 114: {fileID: 874965790}
- 114: {fileID: 874965792}
- 114: {fileID: 874965793}
m_Layer: 5
m_Name: txt_GameTitle
m_TagString: Untagged
Expand Down Expand Up @@ -670,7 +671,7 @@ MonoBehaviour:
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: 560a361934a5b4d029e94d04b3b9d7f1, type: 3}
m_Font: {fileID: 12800000, guid: d43ad250acd624e408cb89a37065b49f, type: 3}
m_FontSize: 40
m_FontStyle: 0
m_BestFit: 0
Expand All @@ -682,7 +683,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: HORNFUL MOURN
m_Text: MOURNFUL HORN
--- !u!222 &874965791
CanvasRenderer:
m_ObjectHideFlags: 0
Expand All @@ -701,6 +702,20 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
localizedKey: GameTitle
--- !u!114 &874965793
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 874965788}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1573420865, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
m_Name:
m_EditorClassIdentifier:
m_EffectColor: {r: 0, g: 0, b: 0, a: 0.5}
m_EffectDistance: {x: 2, y: -2}
m_UseGraphicAlpha: 1
--- !u!1 &956923102
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -734,7 +749,7 @@ RectTransform:
m_RootOrder: 1
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_AnchoredPosition: {x: 2, y: 80}
m_SizeDelta: {x: 80, y: 30}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &956923104
Expand Down Expand Up @@ -1095,7 +1110,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c6c235e1acae14f3a95fa7fc84078f4a, type: 3}
m_Name:
m_EditorClassIdentifier:
localizedKey: INSERT_KEY_HERE
localizedKey: CreditsText
--- !u!1 &1387980553
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1206,15 +1221,15 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.5147059, g: 0.7991887, b: 1, a: 0.784}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
m_Type: 1
m_Sprite: {fileID: 21300000, guid: 1f5157366d2694c518aff887470b2d34, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
Expand Down
9 changes: 9 additions & 0 deletions Assets/UI_Assets.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/UI_Assets/MainMenu_BG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions Assets/UI_Assets/MainMenu_BG.jpg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/FrontEnd.unity
- enabled: 1
path: Assets/Scenes/TestScene.unity
- enabled: 0
path: Assets/Scenes/DarrylVille.unity

0 comments on commit e133388

Please sign in to comment.