Skip to content

Commit

Permalink
修改T板的弹力(#10
Browse files Browse the repository at this point in the history
  • Loading branch information
imengyu committed May 17, 2023
1 parent 63e87ef commit 0543086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/Game/GamePlay/Prefabs/Moduls/P_Modul_37.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
IsPreviewMode: 0
IsDebugMode: 0
P_Modul_37_Bridge: {fileID: 6362523778513650073}
--- !u!1 &5169076336936455540
GameObject:
Expand Down Expand Up @@ -185,7 +186,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_Mass: 3
m_Friction: 0.7
m_Elasticity: 1
m_Elasticity: 0.5
m_LinearSpeedDamping: 1
m_RotSpeedDamping: 0.1
m_BallRadius: 1
Expand All @@ -195,6 +196,7 @@ MonoBehaviour:
m_StartFrozen: 1
m_Fixed: 0
m_ShiftMassCenter: {x: 5, y: 0.5, z: 0}
m_CustomDePhysicsFall: 0
m_DoNotAutoCreateAtAwake: 1
m_AutoMassCenter: 0
m_AutoControlActive: 1
Expand Down
Binary file modified Assets/Packages/core.sounds/Misc_StartLevel.wav
Binary file not shown.
Binary file modified Assets/Packages/core.sounds/Misc_Trafo.wav
Binary file not shown.

1 comment on commit 0543086

@zxqlxy
Copy link

@zxqlxy zxqlxy commented on 0543086 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

试了下,还是得m_Elasticity: 0才行。

Please sign in to comment.