https://threejs.org/docs/#api/en/audio/Audio three.js docs threejs.org https://redbrick.gitbook.io/wiki-main/snippet/undefined-7 타이머, 카운트다운 만들기 - REDBRICK WIKI 타이머, 카운트다운을 보여 줄 GUI 선택합니다. redbrick.gitbook.io 시작할때 최초 한번 실행 const box = WORLD.getObject("BOX"); function Start() { PLAYER.onCollide(box, () => { box.kill(); }); } 키보드 이벤트 function OnKeyDown(event) { switch (event.code) { case "KeyQ": //..