Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dap-hu
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
Vũ Gia Vương
dap-hu
Commits
44938c22
Commit
44938c22
authored
May 07, 2025
by
Vũ Gia Vương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add bg
parent
f542484b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1744 additions
and
5940 deletions
+1744
-5940
main.fire
assets/main.fire
+1704
-5939
bg.png
assets/resources/bg.png
+0
-0
bg.png.meta
assets/resources/bg.png.meta
+38
-0
StartScreen.ts
assets/scripts/UI/StartScreen.ts
+2
-1
No files found.
assets/main.fire
View file @
44938c22
This diff is collapsed.
Click to expand it.
assets/resources/bg.png
0 → 100644
View file @
44938c22
385 KB
assets/resources/bg.png.meta
0 → 100644
View file @
44938c22
{
"ver": "2.3.7",
"uuid": "74c3b388-ebcf-4537-890d-b33d28f8bb61",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1080,
"height": 1920,
"platformSettings": {},
"subMetas": {
"bg": {
"ver": "1.0.6",
"uuid": "d013e226-852c-4d39-b953-daef9f74c4c0",
"importer": "sprite-frame",
"rawTextureUuid": "74c3b388-ebcf-4537-890d-b33d28f8bb61",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1080,
"height": 1920,
"rawWidth": 1080,
"rawHeight": 1920,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
assets/scripts/UI/StartScreen.ts
View file @
44938c22
...
...
@@ -33,7 +33,8 @@ export default class StartScreen extends cc.Component {
private
onSelectBtnClick
()
{
eventTarget
.
emit
(
SHOW_SELECT_POPUP
);
Global
.
tool
=
3
;
eventTarget
.
emit
(
SHOW_ACTION_SCREEN
);
}
...
...
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