Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
9da1b068
Commit
9da1b068
authored
Sep 30, 2018
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cb71c785
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Gun.ts
egret/src/Gun.ts
+2
-0
Main.ts
egret/src/Main.ts
+1
-1
No files found.
egret/src/Gun.ts
View file @
9da1b068
...
...
@@ -19,6 +19,8 @@ export default class Gun extends egret.Sprite {
}
fire
(
vec
:
egret
.
Point
)
{
let
a
:
any
;
console
.
log
(
a
.
b
.
c
)
egret
.
Tween
.
get
(
this
.
_gun
)
.
to
({
scaleY
:
0.6
},
100
)
.
to
({
scaleY
:
1
},
100
);
...
...
egret/src/Main.ts
View file @
9da1b068
...
...
@@ -98,7 +98,7 @@ export class Main extends eui.UILayer {
window
[
'_error_storage_'
]
=
[];
window
[
'ERROR_CONFIG'
]
=
{
client
:
"duiba-game"
,
pageId
:
'
fis
'
,
pageId
:
'
skyeye-test-demo
'
,
imgUrl
:
"http://retcode.tuipink.com/report?"
};
...
...
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