diff options
| author | realtradam <[email protected]> | 2022-12-07 04:28:20 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-07 04:28:20 -0500 |
| commit | 13bcae5f22a8034af1db830cce79c1f3ffd476cb (patch) | |
| tree | a5fe77976c6a387d30256d4c4a42127de0b281ac /Assets/Point.prefab | |
| parent | a71efa41f09e878b5cfa68072e896df1a85bc51f (diff) | |
| download | UnityDancingGraph-13bcae5f22a8034af1db830cce79c1f3ffd476cb.tar.gz UnityDancingGraph-13bcae5f22a8034af1db830cce79c1f3ffd476cb.zip | |
lerp and sliders
Diffstat (limited to 'Assets/Point.prefab')
| -rw-r--r-- | Assets/Point.prefab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assets/Point.prefab b/Assets/Point.prefab index 05269fb..30bb1c7 100644 --- a/Assets/Point.prefab +++ b/Assets/Point.prefab @@ -26,8 +26,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8840006879936015908} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.98999995, y: 0.9702988, z: 0} - m_LocalScale: {x: 0.2, y: 0.2, z: 0.2} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} |
