Increase horizontal separation between beats

This commit is contained in:
Diego Marcos
2018-11-06 16:18:41 -08:00
parent e72961a29e
commit 8912268c13
2 changed files with 3 additions and 3 deletions

View File

@@ -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',

View File

@@ -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: {