This commit is contained in:
parent
2f03e07e67
commit
22587529f4
2 changed files with 10 additions and 10 deletions
|
|
@ -4,8 +4,8 @@ import { runtimeControls } from './runtime-controls';
|
|||
import { vibePresets } from './vibe-presets';
|
||||
|
||||
const FINAL_VIBE_NAMES = [
|
||||
'Aurora Mycelium Copy',
|
||||
'Velvet Observatory Copy',
|
||||
'Aurora Mycelium',
|
||||
'Velvet Observatory',
|
||||
'Lichen Signal',
|
||||
'Tidepool Lantern',
|
||||
'Paper Lantern Fog',
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ export const defaultVibeId = VibeId.AuroraMycelium;
|
|||
export const vibePresets: Array<VibePreset> = [
|
||||
{
|
||||
id: VibeId.AuroraMycelium,
|
||||
name: 'Aurora Mycelium Copy',
|
||||
name: 'Aurora Mycelium',
|
||||
colors: [
|
||||
[251, 210, 94],
|
||||
[154, 99, 255],
|
||||
|
|
@ -151,22 +151,22 @@ export const vibePresets: Array<VibePreset> = [
|
|||
clarity: 1,
|
||||
decayRateTrails: 973,
|
||||
forwardRotationScale: 0.37,
|
||||
individualTrailWeight: 0.053000000000000005,
|
||||
individualTrailWeight: 0.053,
|
||||
moveSpeed: 144,
|
||||
sensorOffsetAngle: 35,
|
||||
sensorOffsetDistance: 52,
|
||||
spawnPerPixel: 0.13999999999999999,
|
||||
spawnPerPixel: 0.14,
|
||||
strokeAngleJitterRadians: 0.45,
|
||||
turnSpeed: 13,
|
||||
turnWhenLost: 0,
|
||||
},
|
||||
audio: {
|
||||
...defaultGardenAudioVibeSettings,
|
||||
idleIntensity: 0.12000000000000002,
|
||||
idleIntensity: 0.12,
|
||||
bpm: 60,
|
||||
rampUpIntensity: 0.7,
|
||||
rampUpTime: 0.14,
|
||||
noteLength: 0.8599999999999999,
|
||||
noteLength: 0.86,
|
||||
notePitchOffset: -2,
|
||||
brightness: 0.84,
|
||||
scale: musicScales.lydian,
|
||||
|
|
@ -175,7 +175,7 @@ export const vibePresets: Array<VibePreset> = [
|
|||
},
|
||||
{
|
||||
id: VibeId.VelvetObservatory,
|
||||
name: 'Velvet Observatory Copy',
|
||||
name: 'Velvet Observatory',
|
||||
colors: [
|
||||
[178, 76, 62],
|
||||
[2, 174, 255],
|
||||
|
|
@ -193,14 +193,14 @@ export const vibePresets: Array<VibePreset> = [
|
|||
moveSpeed: 121,
|
||||
sensorOffsetAngle: 24,
|
||||
sensorOffsetDistance: 17,
|
||||
spawnPerPixel: 0.11499999999999999,
|
||||
spawnPerPixel: 0.115,
|
||||
strokeAngleJitterRadians: 0.17,
|
||||
turnSpeed: 33,
|
||||
turnWhenLost: 0.42,
|
||||
},
|
||||
audio: {
|
||||
...defaultGardenAudioVibeSettings,
|
||||
idleIntensity: 0.24000000000000002,
|
||||
idleIntensity: 0.24,
|
||||
bpm: 72,
|
||||
rampUpIntensity: 1.42,
|
||||
rampUpTime: 0.07,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue