Skip to content

Commit 8d7f844

Browse files
committed
ball: Fix ball size.
1 parent 657477b commit 8d7f844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Resources/Prefabs/Ball.prefab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Transform:
2727
m_GameObject: {fileID: 3137072635913329210}
2828
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2929
m_LocalPosition: {x: 0, y: 0, z: 0}
30-
m_LocalScale: {x: 0.05, y: 0.05, z: 0.05}
30+
m_LocalScale: {x: 1, y: 1, z: 1}
3131
m_Children: []
3232
m_Father: {fileID: 7359349221216736378}
3333
m_RootOrder: 0

0 commit comments

Comments
 (0)