Skip to content

Commit

Permalink
Merge branch 'playcanvas:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAPPi authored Nov 19, 2024
2 parents 215258f + ce5ea35 commit 819041d
Show file tree
Hide file tree
Showing 549 changed files with 9,232 additions and 5,767 deletions.
14 changes: 7 additions & 7 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export default [
...globals.browser,
...globals.mocha,
...globals.node,
'Ammo': false,
'earcut': false,
'opentype': false,
'pc': false,
'TWEEN': false,
'twgsl': false,
'webkitAudioContext': false
'Ammo': 'readonly',
'earcut': 'readonly',
'opentype': 'readonly',
'pc': 'readonly',
'TWEEN': 'readonly',
'twgsl': 'readonly',
'webkitAudioContext': 'readonly'
}
},
rules: {
Expand Down
Binary file added examples/assets/cubemaps/morning-env-atlas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/models/fps-map.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/assets/models/fps-map.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The low poly fps tdm game map model has been obtained from this address:
https://sketchfab.com/3d-models/lowpoly-fps-tdm-game-map-d41a19f699ea421a9aa32b407cb7537b
https://sketchfab.com/3d-models/de-dust-2-with-real-light-4ce74cd95c584ce9b12b5ed9dc418db5
It's distributed under CC license:
https://creativecommons.org/licenses/by/4.0/
Loading

0 comments on commit 819041d

Please sign in to comment.