Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit c81e94a

Browse files
committed
修复 UI 错误
1 parent a441aad commit c81e94a

File tree

4 files changed

+37
-11
lines changed

4 files changed

+37
-11
lines changed

Klotski/Assets/Scenes/1 Stage Selector.unity

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,6 +2721,11 @@ PrefabInstance:
27212721
propertyPath: m_Pivot.y
27222722
value: 0.5
27232723
objectReference: {fileID: 0}
2724+
- target: {fileID: 3933565447214399233, guid: 591eefb188e8d4541859a99288014f58,
2725+
type: 3}
2726+
propertyPath: m_Text
2727+
value: "\u9009\u62E9\u5E03\u5C40"
2728+
objectReference: {fileID: 0}
27242729
m_RemovedComponents: []
27252730
m_SourcePrefab: {fileID: 100100000, guid: 591eefb188e8d4541859a99288014f58, type: 3}
27262731
--- !u!1001 &4111740621155678055

Klotski/Assets/Scenes/4 Game Info.unity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ MonoBehaviour:
459459
m_Script: {fileID: 11500000, guid: 4e65e16f880aafb4cb7dc6c2ff92eed2, type: 3}
460460
m_Name:
461461
m_EditorClassIdentifier:
462-
versionString: v1.1
462+
versionString: v1.2
463463
versionStringText: {fileID: 1591992077}
464464
--- !u!1001 &702616449
465465
PrefabInstance:
@@ -611,7 +611,7 @@ MonoBehaviour:
611611
m_TargetGraphic: {fileID: 1310519598}
612612
m_HandleRect: {fileID: 1310519597}
613613
m_Direction: 2
614-
m_Value: 1
614+
m_Value: 0.99999976
615615
m_Size: 0.7416903
616616
m_NumberOfSteps: 0
617617
m_OnValueChanged:
@@ -1219,7 +1219,7 @@ MonoBehaviour:
12191219
m_Calls: []
12201220
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
12211221
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1222-
m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
1222+
m_Sprite: {fileID: 0}
12231223
m_Type: 1
12241224
m_PreserveAspect: 0
12251225
m_FillCenter: 1
@@ -1670,7 +1670,7 @@ MonoBehaviour:
16701670
m_Calls: []
16711671
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
16721672
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1673-
m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
1673+
m_Sprite: {fileID: 0}
16741674
m_Type: 1
16751675
m_PreserveAspect: 0
16761676
m_FillCenter: 1

Klotski/Assets/Stages/0 小试牛刀.asset

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,38 @@ MonoBehaviour:
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
1212
m_Script: {fileID: 11500000, guid: 2e35dd0ea9336904aab40cec791214f3, type: 3}
13-
m_Name: "0 \u6D4B\u8BD5\u5173\u5361"
13+
m_Name: "0 \u5C0F\u8BD5\u725B\u5200"
1414
m_EditorClassIdentifier:
1515
stageId: 0
16-
stageName: "\u6D4B\u8BD5\u5173\u5361"
16+
stageName: "\u5C0F\u8BD5\u725B\u5200"
1717
blocks:
18-
- type: 3
19-
x: 0
18+
- type: 0
19+
x: 2
20+
y: 0
21+
- type: 0
22+
x: 3
2023
y: 0
24+
- type: 0
25+
x: 2
26+
y: 2
27+
- type: 0
28+
x: 3
29+
y: 2
30+
- type: 1
31+
x: 0
32+
y: 3
33+
- type: 1
34+
x: 1
35+
y: 3
2136
- type: 1
2237
x: 2
23-
y: 0
38+
y: 3
39+
- type: 1
40+
x: 3
41+
y: 3
2442
- type: 2
43+
x: 2
44+
y: 1
45+
- type: 3
2546
x: 0
26-
y: 2
47+
y: 0

Klotski/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ PlayerSettings:
118118
16:10: 1
119119
16:9: 1
120120
Others: 1
121-
bundleVersion: 1.1
121+
bundleVersion: 1.2
122122
preloadedAssets: []
123123
metroInputSource: 0
124124
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)