the first commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
dist/enum/ModuleName.js
0 → 100644
dist/enum/ModuleName.js.map
0 → 100644
dist/index.js
0 → 100644
dist/index.js.map
0 → 100644
dist/util/SysLang.js
0 → 100644
dist/util/SysLang.js.map
0 → 100644
dist/util/WxLang.js
0 → 100644
dist/util/WxLang.js.map
0 → 100644
libs/babylon.d.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/babylon.gui.d.ts
0 → 100644
libs/babylon.gui.module.d.ts
0 → 100644
libs/tween.js.d.ts
0 → 100644
package.json
0 → 100644
{ | ||
"name": "sl", | ||
"version": "1.0.0", | ||
"description": "基于babylonjs的活动组件", | ||
"main": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"yt": "git+ssh://git@gitlab2.dui88.com:renjianfeng/yt.git", | ||
"tw": "git+ssh://git@gitlab2.dui88.com:clq/tw.git#1.0" | ||
} | ||
} | ||
\ No newline at end of file |
src/enum/ModuleName.ts
0 → 100644
src/index.ts
0 → 100644
src/util/Syslang.ts
0 → 100644
src/util/WxLang.ts
0 → 100644
tsconfig.json
0 → 100644
tslint-config.js
0 → 100644
tslint.json
0 → 100644
types/enum/ModuleName.d.ts
0 → 100644
types/index.d.ts
0 → 100644
types/util/SysLang.d.ts
0 → 100644
types/util/WxLang.d.ts
0 → 100644
Please register or sign in to comment