Increase horizontal separation between beats
This commit is contained in:
@@ -28,7 +28,7 @@ AFRAME.registerComponent('beat-loader', {
|
||||
7: 'downright'
|
||||
},
|
||||
|
||||
horizontalPositions: [-0.60, -0.25, 0.25, 0.60],
|
||||
horizontalPositions: [-0.75, -0.25, 0.25, 0.75],
|
||||
|
||||
horizontalPositionsHumanized: {
|
||||
0: 'left',
|
||||
|
||||
@@ -59,10 +59,10 @@ AFRAME.registerComponent('beat', {
|
||||
},
|
||||
|
||||
horizontalPositions: {
|
||||
'left': -0.60,
|
||||
'left': -0.75,
|
||||
'middleleft': -0.25,
|
||||
'middleright': 0.25,
|
||||
'right': 0.60
|
||||
'right': 0.75
|
||||
},
|
||||
|
||||
verticalPositions: {
|
||||
|
||||
Reference in New Issue
Block a user