修改三维课程中跳跃

This commit is contained in:
sunzhenyu 2021-08-12 18:03:45 +08:00
parent ddcfcaa465
commit 448edcf4b7

View File

@ -467,6 +467,11 @@ export function ControlManager(dom,scene,lessonData,lessonIndex) {
} }
if ( keyStates[ 'Space' ] ) {
playerVelocity.y = 10;
}
} }