feature: Added progress bar
This commit is contained in:
parent
60fd82cff5
commit
a4a6cccc6c
4 changed files with 67 additions and 8 deletions
|
@ -2474,6 +2474,7 @@ GameObject:
|
|||
- component: {fileID: 1352489079}
|
||||
- component: {fileID: 1352489078}
|
||||
- component: {fileID: 1352489077}
|
||||
- component: {fileID: 1352489081}
|
||||
m_Layer: 5
|
||||
m_Name: ProgressCanvas
|
||||
m_TagString: Untagged
|
||||
|
@ -2564,6 +2565,20 @@ RectTransform:
|
|||
m_AnchoredPosition: {x: 0, y: 0}
|
||||
m_SizeDelta: {x: 0, y: 0}
|
||||
m_Pivot: {x: 0, y: 0}
|
||||
--- !u!114 &1352489081
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1352489076}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: bbbaf5b51c023404885d2bbb502c3276, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
bar: {fileID: 843204721}
|
||||
numberToWin: 10
|
||||
--- !u!1 &1488949019
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue