-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update web components submodule (#17)
* Update NPM dependencies and drop typedoc-plugin-extras * Update web components submodule to latest
- Loading branch information
1 parent
2e4d584
commit 381d85e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule web-components
updated
23 files
+3 −1 | src/app.ts | |
+3 −1 | src/asset.ts | |
+2 −1 | src/async-element.ts | |
+4 −4 | src/components/camera-component.ts | |
+4 −4 | src/components/collision-component.ts | |
+3 −1 | src/components/component.ts | |
+4 −2 | src/components/element-component.ts | |
+4 −1 | src/components/gsplat-component.ts | |
+4 −4 | src/components/light-component.ts | |
+4 −1 | src/components/listener-component.ts | |
+4 −1 | src/components/render-component.ts | |
+4 −4 | src/components/rigidbody-component.ts | |
+4 −1 | src/components/screen-component.ts | |
+4 −1 | src/components/script-component.ts | |
+3 −1 | src/components/script.ts | |
+4 −1 | src/components/sound-component.ts | |
+3 −1 | src/components/sound-slot.ts | |
+3 −1 | src/entity.ts | |
+3 −1 | src/material.ts | |
+3 −1 | src/model.ts | |
+6 −0 | src/module.ts | |
+3 −1 | src/scene.ts | |
+3 −1 | src/sky.ts |