UX updates
This commit is contained in:
@@ -12,32 +12,8 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: 52d6fdba64cc3491880636e34ed593d0, type: 3}
|
||||
m_Name: ShapeBuilderConfig
|
||||
m_EditorClassIdentifier: Core::Darkmatter.Core.Data.Static.Features.ShapeBuilder.ShapeBuilderConfig
|
||||
snapRadius: 200
|
||||
previewRadius: 300
|
||||
catchRadiusScale: 1.5
|
||||
snapDuration: 0.25
|
||||
returnDuration: 0.25
|
||||
dragScale: 1.15
|
||||
previewCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
dragAlpha: 0.7
|
||||
|
||||
@@ -17,6 +17,24 @@ MonoBehaviour:
|
||||
finishText: Now finish the puzzle!
|
||||
colorText: Choose a color!
|
||||
paintText: Tap the picture to color it!
|
||||
finishColoringText: Color the whole picture!
|
||||
nextText: Tap Next when you're done!
|
||||
doneText: Yay! You did it!
|
||||
pickBubble: 0
|
||||
pickBubbleOffset: {x: 0, y: 0}
|
||||
dragBubble: 1
|
||||
dragBubbleOffset: {x: 200, y: 0}
|
||||
finishBubble: 1
|
||||
finishBubbleOffset: {x: 200, y: 0}
|
||||
colorBubble: 0
|
||||
colorBubbleOffset: {x: 0, y: 0}
|
||||
paintBubble: 0
|
||||
paintBubbleOffset: {x: 0, y: 0}
|
||||
finishColoringBubble: 1
|
||||
finishColoringBubbleOffset: {x: 200, y: 0}
|
||||
nextBubble: 0
|
||||
nextBubbleOffset: {x: 0, y: 0}
|
||||
doneBubble: 0
|
||||
doneBubbleOffset: {x: 0, y: 0}
|
||||
stepTimeoutSeconds: 45
|
||||
actionTimeoutSeconds: 0
|
||||
|
||||
Reference in New Issue
Block a user