Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
super-miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
super-miner
Commits
b87e0cf5
Commit
b87e0cf5
authored
May 28, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload
parent
0128e118
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
7 deletions
+80
-7
.scilla
.scilla
+1
-1
tsconfig.json
tsconfig.json
+79
-6
No files found.
.scilla
View file @
b87e0cf5
{"currentScene":"assets/scenes/main.scene"}
\ No newline at end of file
{"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
tsconfig.json
View file @
b87e0cf5
...
...
@@ -15,11 +15,84 @@
],
"baseUrl"
:
"./"
,
"paths"
:
{
"scilla"
:
[
"node_modules/scilla/src/index"
],
"launcher"
:
[
"node_modules/scilla-launcher/src/index"
],
"components/*"
:
[
"node_modules/scilla-components/src/*"
],
"lang"
:
[
"src/lang.ts"
],
"globalEvent"
:
[
"src/GlobalEvent.ts"
]
"scilla"
:
[
"node_modules/scilla/src/index"
],
"launcher"
:
[
"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"
:
[
...
...
@@ -28,4 +101,4 @@
"node_modules/scilla/src"
,
"node_modules/scilla-components/src"
]
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment