q5play 4.1.1 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/py.typed +0 -0
- package/q5play.d.ts +1387 -163
- package/q5play.js +543 -146
- package/q5play.pyi +5007 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "q5play",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"author": "quinton-ashley",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"description": "A beginner friendly, web-based game engine that uses q5.js WebGPU for graphics and Box2D v3 WASM for physics.",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"box2d3-wasm": "^5.2.0",
|
|
28
|
-
"q5": "^4.6.
|
|
28
|
+
"q5": "^4.6.6"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/py.typed
ADDED
|
File without changes
|