Skip to content

fix: Address console errors - spawn warning, TSL texture, missing audio#1192

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-worker-initialization-2c6YA
Jan 31, 2026
Merged

fix: Address console errors - spawn warning, TSL texture, missing audio#1192
braedonsaunders merged 1 commit into
mainfrom
claude/fix-worker-initialization-2c6YA

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner
  1. GameWorker.ts: Change duplicate spawn warning from console.warn to debugInitialization.log since the guard is working correctly

  2. VolumetricFog.ts: Fix THREE.TSL texture error by using .sample() on the depth texture node instead of texture() - the depthTexture parameter is already a texture node from scenePass.getTextureNode('depth')

  3. sounds.config.json: Use yamato.mp3 for power_cannon sound effect since power_cannon.mp3 doesn't exist in the audio assets

https://claude.ai/code/session_0123HA6ovqXT4Gk6EyLXoc3h

1. GameWorker.ts: Change duplicate spawn warning from console.warn to
   debugInitialization.log since the guard is working correctly

2. VolumetricFog.ts: Fix THREE.TSL texture error by using .sample() on the
   depth texture node instead of texture() - the depthTexture parameter is
   already a texture node from scenePass.getTextureNode('depth')

3. sounds.config.json: Use yamato.mp3 for power_cannon sound effect since
   power_cannon.mp3 doesn't exist in the audio assets

https://claude.ai/code/session_0123HA6ovqXT4Gk6EyLXoc3h
@braedonsaunders braedonsaunders merged commit 9716bc8 into main Jan 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants