Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 65d47a6

Browse files
committed
mce/fix_spring
1 parent 53eb251 commit 65d47a6

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Assets/Data/Scenes/Sub-scene/Player.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ PrefabInstance:
257257
- target: {fileID: 2359823024480693584, guid: fbd32755002bdad4796781d14606d551,
258258
type: 3}
259259
propertyPath: m_springMode
260-
value: 1
260+
value: 0
261261
objectReference: {fileID: 0}
262262
- target: {fileID: 2359823024480693587, guid: fbd32755002bdad4796781d14606d551,
263263
type: 3}

Assets/Scripts/Runtime/Fairy/SpringManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ private void Start()
5353
m_shaderid_hotradius = Shader.PropertyToID("_HotPointRadius");
5454
m_shaderid_softradius = Shader.PropertyToID("_HotPointSoft");
5555
m_shaderid_modespring = Shader.PropertyToID("_SpringMode");
56+
m_springMode = 0;
5657
}
5758

5859
[ContextMenu("Reset mode")]

Assets/StreamingAssets/Master.bank

0 Bytes
Binary file not shown.

Assets/StreamingAssets/Music.bank

-128 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)