@stanko/kaplay-inspector 0.1.2 → 0.1.3
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/README.md +3 -2
- package/package.json +2 -2
- package/public/screenshot.png +0 -0
package/README.md
CHANGED
|
@@ -11,8 +11,9 @@ A dev tool for [Kaplay](https://kaplayjs.com/) which allows you to explore and i
|
|
|
11
11
|
- Hover an object to draw it's area, anchor and bounding box
|
|
12
12
|
- Inspect object's component and custom props
|
|
13
13
|
- Log an object to console
|
|
14
|
-
- Tweak position
|
|
15
|
-
- Pause
|
|
14
|
+
- Tweak position, text or color
|
|
15
|
+
- Pause objects
|
|
16
|
+
- Hide objects
|
|
16
17
|
- Dark theme (is this a feature?)
|
|
17
18
|
|
|
18
19
|
The layout is made with desktop in mind. That said, it is somewhat usable on phones.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stanko/kaplay-inspector",
|
|
3
3
|
"description": "A dev tool for Kaplay which allows you to explore and inspect the game object tree real time.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.3",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/init.js",
|
|
8
8
|
"types": "./dist/init.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"prepublish": "npm run build-lib"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"kaplay": "^4000.0.0-alpha.
|
|
24
|
+
"kaplay": "^4000.0.0-alpha.20"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"preact": "^10.28.0"
|
package/public/screenshot.png
CHANGED
|
Binary file
|