update physics

This commit is contained in:
yhh
2021-08-04 11:28:55 +08:00
parent 95b8dc765d
commit 8fd8f74b27
5 changed files with 7304 additions and 6540 deletions

View File

@@ -38,6 +38,5 @@ gulp.task('build', ['copy'], () => {
gulp.src('bin/framework.d.ts')
.pipe(gulp.dest('../extensions/behaviourTree-ai/source/lib/'))
.pipe(gulp.dest('../extensions/ecs-star/lib/'))
.pipe(gulp.dest('../extensions/ecs-tween/lib/'))
])
});