icarus_groundmark 1.0.0 → 1.0.1
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/groundmark.zip +0 -0
- package/package.json +3 -7
- package/README.md +0 -10
- package/Test.zip +0 -0
- package/src/Icarus.ts +0 -2485
package/groundmark.zip
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "icarus_groundmark",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Create By Lee",
|
|
5
|
-
"main": "./src/Icarus.ts",
|
|
6
|
-
"types": "./src/Icarus.ts",
|
|
7
5
|
"scripts": {
|
|
8
6
|
"test": "echo \"No test specified\""
|
|
9
7
|
},
|
|
@@ -15,12 +13,10 @@
|
|
|
15
13
|
"audio",
|
|
16
14
|
"i18n"
|
|
17
15
|
],
|
|
18
|
-
"author": "
|
|
16
|
+
"author": "Lee",
|
|
19
17
|
"license": "MIT",
|
|
20
18
|
"files": [
|
|
21
|
-
"
|
|
22
|
-
"README.md",
|
|
23
|
-
"Test.zip"
|
|
19
|
+
"groundmark.zip"
|
|
24
20
|
],
|
|
25
21
|
"dependencies": {
|
|
26
22
|
|
package/README.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
对象池实例:
|
|
2
|
-
A:
|
|
3
|
-
pool.init_pool(new PoolConfig(config))
|
|
4
|
-
B:
|
|
5
|
-
const PoolConfig = {
|
|
6
|
-
pool: [
|
|
7
|
-
{ name: 'Bullet', path: 'prefab/Bullet', count: 1000, auto_supplement: 0.5, auto_expansion: true, auto_example: false, handler: true },
|
|
8
|
-
]
|
|
9
|
-
}
|
|
10
|
-
pool.init_pool(PoolConfig)
|
package/Test.zip
DELETED
|
Binary file
|