Add noise to tunnels
This commit is contained in:
parent
39ed626509
commit
f99dc857c8
4 changed files with 26 additions and 7 deletions
|
|
@ -64,11 +64,13 @@ const handleScene = async (
|
|||
};
|
||||
|
||||
requestAnimationFrame(handleFrame);
|
||||
const nextScene = new NextSceneConstructor();
|
||||
await nextScene.initialize(canvas, overlay);
|
||||
|
||||
await isOver;
|
||||
currentScene.destroy();
|
||||
|
||||
const nextScene = new NextSceneConstructor();
|
||||
await nextScene.initialize(canvas, overlay);
|
||||
|
||||
return nextScene;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue