Skip to content

Commit

Permalink
default blend mode normal -- for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Jan 16, 2025
1 parent 3330e16 commit 3c05643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/street-geo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AFRAME.registerComponent('street-geo', {
enableClipping: { type: 'boolean', default: false },
blendMode: {
type: 'string',
default: '30% Opacity',
default: 'Normal',
oneOf: ['Normal', '30% Opacity', '60% Opacity', 'Darker', 'Lighter']
}
},
Expand Down

0 comments on commit 3c05643

Please sign in to comment.