diff options
| author | realtradam <[email protected]> | 2022-12-22 08:12:07 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-22 08:12:07 -0500 |
| commit | fa1b19c206acf0bac5a3f0d10c24b77e6bab5969 (patch) | |
| tree | b9310b316b6caadb66328bfcad6a06a041502e79 /Assets/Sphere.prefab | |
| parent | facf8bb753e0c881e49c3c28e799ea5d46baf3b7 (diff) | |
| download | Magnet-Run-3D-fa1b19c206acf0bac5a3f0d10c24b77e6bab5969.tar.gz Magnet-Run-3D-fa1b19c206acf0bac5a3f0d10c24b77e6bab5969.zip | |
add new ball textures
Diffstat (limited to 'Assets/Sphere.prefab')
| -rw-r--r-- | Assets/Sphere.prefab | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Assets/Sphere.prefab b/Assets/Sphere.prefab index 58194f9..8ea3278 100644 --- a/Assets/Sphere.prefab +++ b/Assets/Sphere.prefab @@ -50,6 +50,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: playerInputSpace: {fileID: 0} + ball: {fileID: 0} maxSpeed: 10 maxAcceleration: 15 maxAirAcceleration: 0 @@ -65,6 +66,8 @@ MonoBehaviour: m_Bits: 512 maxSlopeAngle: 0.44 maxStairAngle: 0.6 + ballAlignSpeed: 20 + ballRadius: 0.5 --- !u!33 &7613584273971372071 MeshFilter: m_ObjectHideFlags: 0 @@ -93,7 +96,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 437fcdb2fb668650ba833e5c28f3de70, type: 2} + - {fileID: 2100000, guid: d32ab686f8ee6f3d094d9a848ee96550, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 |
