Skip to content

Commit 819041d

Browse files
authored
Merge branch 'playcanvas:main' into main
2 parents 215258f + ce5ea35 commit 819041d

549 files changed

Lines changed: 9232 additions & 5767 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

eslint.config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ export default [
1717
...globals.browser,
1818
...globals.mocha,
1919
...globals.node,
20-
'Ammo': false,
21-
'earcut': false,
22-
'opentype': false,
23-
'pc': false,
24-
'TWEEN': false,
25-
'twgsl': false,
26-
'webkitAudioContext': false
20+
'Ammo': 'readonly',
21+
'earcut': 'readonly',
22+
'opentype': 'readonly',
23+
'pc': 'readonly',
24+
'TWEEN': 'readonly',
25+
'twgsl': 'readonly',
26+
'webkitAudioContext': 'readonly'
2727
}
2828
},
2929
rules: {
214 KB
Loading

examples/assets/models/fps-map.glb

6.6 MB
Binary file not shown.

examples/assets/models/fps-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The low poly fps tdm game map model has been obtained from this address:
2-
https://sketchfab.com/3d-models/lowpoly-fps-tdm-game-map-d41a19f699ea421a9aa32b407cb7537b
2+
https://sketchfab.com/3d-models/de-dust-2-with-real-light-4ce74cd95c584ce9b12b5ed9dc418db5
33
It's distributed under CC license:
44
https://creativecommons.org/licenses/by/4.0/

0 commit comments

Comments
 (0)