Commit b87e0cf5 authored by rockyl's avatar rockyl

upload

parent 0128e118
{"currentScene":"assets/scenes/main.scene"} {"currentScene":"assets/scenes/main.scene","dependencies":{"animation/Zoom":"1.0.0","animation/Translation":"1.0.0","renderer/HtmlRenderer":"1.0.0","ui/ScrollView":"1.0.0","ui/Button":"1.0.0","animation/TouchZoom":"1.0.0","animation/Fade":"1.0.0","animation/Wave":"1.0.0","other/RelativeLayout":"1.0.0","other/FullStageSize":"1.0.0","other/CameraController":"1.0.0","renderer/TextureRenderer":"1.0.0","renderer/RectRenderer":"1.0.0","renderer/FrameAnimationRenderer":"1.0.0","renderer/TextRenderer":"1.0.0","renderer/LineRenderer":"1.0.0","base/TouchInterrupt":"1.0.0","base/InteractComponent":"1.0.0","renderer/GraphicRenderer":"1.0.0","base/Transform":"1.0.3","base/ScillaComponent":"1.0.0","renderer/Renderer":"1.0.0"}}
\ No newline at end of file \ No newline at end of file
...@@ -15,11 +15,84 @@ ...@@ -15,11 +15,84 @@
], ],
"baseUrl": "./", "baseUrl": "./",
"paths": { "paths": {
"scilla": ["node_modules/scilla/src/index"], "scilla": [
"launcher": ["node_modules/scilla-launcher/src/index"], "node_modules/scilla/src/index"
"components/*": ["node_modules/scilla-components/src/*"], ],
"lang": ["src/lang.ts"], "launcher": [
"globalEvent": ["src/GlobalEvent.ts"] "node_modules/scilla-launcher/src/index"
],
"lang": [
"src/lang.ts"
],
"globalEvent": [
"src/GlobalEvent.ts"
],
"components/animation/Zoom": [
"components/src/animation/Zoom/1.0.0/index"
],
"components/animation/Translation": [
"components/src/animation/Translation/1.0.0/index"
],
"components/renderer/HtmlRenderer": [
"components/src/renderer/HtmlRenderer/1.0.0/index"
],
"components/ui/ScrollView": [
"components/src/ui/ScrollView/1.0.0/index"
],
"components/ui/Button": [
"components/src/ui/Button/1.0.0/index"
],
"components/animation/TouchZoom": [
"components/src/animation/TouchZoom/1.0.0/index"
],
"components/animation/Fade": [
"components/src/animation/Fade/1.0.0/index"
],
"components/animation/Wave": [
"components/src/animation/Wave/1.0.0/index"
],
"components/other/RelativeLayout": [
"components/src/other/RelativeLayout/1.0.0/index"
],
"components/other/FullStageSize": [
"components/src/other/FullStageSize/1.0.0/index"
],
"components/other/CameraController": [
"components/src/other/CameraController/1.0.0/index"
],
"components/renderer/TextureRenderer": [
"components/src/renderer/TextureRenderer/1.0.0/index"
],
"components/renderer/RectRenderer": [
"components/src/renderer/RectRenderer/1.0.0/index"
],
"components/renderer/FrameAnimationRenderer": [
"components/src/renderer/FrameAnimationRenderer/1.0.0/index"
],
"components/renderer/TextRenderer": [
"components/src/renderer/TextRenderer/1.0.0/index"
],
"components/renderer/LineRenderer": [
"components/src/renderer/LineRenderer/1.0.0/index"
],
"components/base/TouchInterrupt": [
"components/src/base/TouchInterrupt/1.0.0/index"
],
"components/base/InteractComponent": [
"components/src/base/InteractComponent/1.0.0/index"
],
"components/renderer/GraphicRenderer": [
"components/src/renderer/GraphicRenderer/1.0.0/index"
],
"components/base/Transform": [
"components/src/base/Transform/1.0.3/index"
],
"components/base/ScillaComponent": [
"components/src/base/ScillaComponent/1.0.0/index"
],
"components/renderer/Renderer": [
"components/src/renderer/Renderer/1.0.0/index"
]
} }
}, },
"include": [ "include": [
...@@ -28,4 +101,4 @@ ...@@ -28,4 +101,4 @@
"node_modules/scilla/src", "node_modules/scilla/src",
"node_modules/scilla-components/src" "node_modules/scilla-components/src"
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment