Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
L5R1_bingo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
L5R1_bingo
Commits
27333627
Commit
27333627
authored
Dec 15, 2022
by
杨一航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d747d890
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
599 additions
and
531 deletions
+599
-531
keyboard.prefab
assets/L5R1_bingo/prefabs/keyboards/keyboard.prefab
+498
-438
L5R1_bingo.fire
assets/L5R1_bingo/scene/L5R1_bingo.fire
+86
-86
L5R1_bingo.ts
assets/L5R1_bingo/scene/L5R1_bingo.ts
+8
-0
urse.png
assets/L5R1_bingo/texture/words/urse.png
+0
-0
urse.png.meta
assets/L5R1_bingo/texture/words/urse.png.meta
+7
-7
No files found.
assets/L5R1_bingo/prefabs/keyboards/keyboard.prefab
View file @
27333627
This diff is collapsed.
Click to expand it.
assets/L5R1_bingo/scene/L5R1_bingo.fire
View file @
27333627
This diff is collapsed.
Click to expand it.
assets/L5R1_bingo/scene/L5R1_bingo.ts
View file @
27333627
...
...
@@ -164,6 +164,14 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
_redLightList
=
topRoot
.
getChildByName
(
"
lights
"
).
getChildByName
(
"
red
"
);
this
.
_blueLightList
=
topRoot
.
getChildByName
(
"
lights
"
).
getChildByName
(
"
blue
"
);
this
.
_redLightList
.
children
.
forEach
((
node
)
=>
{
node
.
active
=
false
})
this
.
_blueLightList
.
children
.
forEach
((
node
)
=>
{
node
.
active
=
false
})
this
.
_blueHeadIcon
=
topRoot
.
getChildByName
(
"
blue
"
).
getChildByName
(
"
headIcon
"
);
this
.
_redHeadIcon
=
topRoot
.
getChildByName
(
"
red
"
).
getChildByName
(
"
headIcon
"
);
this
.
_redLb
=
topRoot
.
getChildByName
(
"
lb_red
"
).
getComponent
(
cc
.
Label
)
...
...
assets/L5R1_bingo/texture/words/urse.png
View replaced file @
d747d890
View file @
27333627
6 KB
|
W:
|
H:
4.59 KB
|
W:
|
H:
2-up
Swipe
Onion skin
assets/L5R1_bingo/texture/words/urse.png.meta
View file @
27333627
...
...
@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY":
0
,
"trimX":
0
,
"trimY":
0
,
"width": 1
95
,
"height":
44
,
"rawWidth": 1
95
,
"rawHeight":
44
,
"offsetY":
-1
,
"trimX":
29
,
"trimY":
21
,
"width": 1
00
,
"height":
22
,
"rawWidth": 1
58
,
"rawHeight":
62
,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
...
...
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