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
e42f2cba
Commit
e42f2cba
authored
Dec 07, 2018
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e25e4dac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
3 deletions
+30
-3
lvbg.png
egret/resource/assets/startScene/lvbg.png
+0
-0
default.res.json
egret/resource/default.res.json
+6
-1
StartSkin.exml
egret/resource/skins/StartSkin.exml
+24
-2
No files found.
egret/resource/assets/startScene/lvbg.png
0 → 100644
View file @
e42f2cba
10.6 KB
egret/resource/default.res.json
View file @
e42f2cba
...
...
@@ -10,7 +10,7 @@
},
{
"name"
:
"preload"
,
"keys"
:
"lv1_png,lv_common_png,lv2_png,lv3_png,lv4_png,allpassed_png,5_png,20_png,10_png,15_png"
"keys"
:
"lv1_png,lv_common_png,lv2_png,lv3_png,lv4_png,allpassed_png,5_png,20_png,10_png,15_png
,lvbg_png
"
}
],
"resources"
:
[
...
...
@@ -255,6 +255,11 @@
"name"
:
"15_png"
,
"type"
:
"image"
,
"url"
:
"assets/startScene/15.png"
},
{
"name"
:
"lvbg_png"
,
"type"
:
"image"
,
"url"
:
"assets/startScene/lvbg.png"
}
]
}
\ No newline at end of file
egret/resource/skins/StartSkin.exml
View file @
e42f2cba
...
...
@@ -60,7 +60,7 @@
<e:Image
id=
"basket_bottom"
source=
"basket_bottom_png"
x=
"291.5"
y=
"163.88"
/>
<e:Image
id=
"basket_top"
source=
"basket_top_png"
x=
"291.6"
y=
"426.08"
/>
<e:Image
source=
"bubble_png"
x=
"268"
y=
"1082"
visible=
"false"
/>
<e:Image
source=
"progressbg_png"
y=
"74"
x=
"182.5"
/>
<e:Image
id=
"progressbg"
source=
"progressbg_png"
y=
"74"
x=
"182.5"
/>
<e:Image
id=
"progressfront"
source=
"progressfront_png"
width=
"380"
y=
"77"
x=
"185"
/>
<e:Group
id=
"progress1"
y=
"74"
width=
"386"
height=
"36"
horizontalCenter=
"0"
visible=
"false"
>
<e:Image
verticalCenter=
"0"
x=
"325"
source=
"progress_f1_png"
/>
...
...
@@ -80,7 +80,7 @@
<e:Image
source=
"15_png"
x=
"339"
y=
"19"
/>
<e:Image
source=
"5_png"
x=
"106.33"
y=
"20.35"
/>
</e:Group>
<e:Group
y=
"74"
width=
"386"
height=
"36"
horizontalCenter=
"0"
id=
"progress4"
>
<e:Group
y=
"74"
width=
"386"
height=
"36"
horizontalCenter=
"0"
id=
"progress4"
visible=
"false"
>
<e:Image
source=
"progress_f1_png"
verticalCenter=
"0"
x=
"93"
anchorOffsetX=
"32.5"
/>
<e:Image
source=
"progress_f2_png"
verticalCenter=
"0.5"
anchorOffsetX=
"29.5"
x=
"192.5"
/>
<e:Image
source=
"progress_f3_png"
verticalCenter=
"0"
x=
"325"
/>
...
...
@@ -88,4 +88,26 @@
<e:Image
source=
"20_png"
x=
"341.05"
y=
"19.69"
/>
<e:Image
source=
"10_png"
x=
"173.99"
y=
"19.7"
/>
</e:Group>
<e:Group
id=
"lvLayer"
x=
"0"
y=
"167.74"
>
<e:Image
id=
"lvbg"
source=
"lvbg_png"
x=
"55"
y=
"0"
/>
<e:Group
id=
"lv1"
x=
"0"
y=
"166.26"
width=
"750"
>
<e:Image
source=
"lv_common_png"
y=
"103.08"
horizontalCenter=
"14"
/>
<e:Image
source=
"lv1_png"
y=
"0"
horizontalCenter=
"0"
/>
</e:Group>
<e:Group
x=
"0"
y=
"166.26"
width=
"750"
id=
"lv2"
visible=
"false"
>
<e:Image
source=
"lv_common_png"
y=
"103.08"
horizontalCenter=
"14"
/>
<e:Image
y=
"0"
horizontalCenter=
"0"
source=
"lv2_png"
/>
</e:Group>
<e:Group
id=
"lv3"
x=
"0"
y=
"166.26"
width=
"750"
visible=
"false"
>
<e:Image
source=
"lv_common_png"
y=
"103.08"
horizontalCenter=
"14"
/>
<e:Image
y=
"0"
horizontalCenter=
"0"
source=
"lv3_png"
/>
</e:Group>
<e:Group
id=
"lv4"
x=
"0"
y=
"166.26"
width=
"750"
visible=
"false"
>
<e:Image
source=
"lv_common_png"
y=
"103.08"
horizontalCenter=
"14"
/>
<e:Image
y=
"0"
horizontalCenter=
"0"
source=
"lv4_png"
/>
</e:Group>
<e:Group
id=
"lv5"
x=
"0"
y=
"45.26"
width=
"750"
visible=
"false"
>
<e:Image
source=
"allpassed_png"
y=
"0"
horizontalCenter=
"0"
/>
</e:Group>
</e:Group>
</e:Skin>
\ 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