Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos Protobuf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos Protobuf
Commits
fe2b3c91
Commit
fe2b3c91
authored
Jun 02, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize overlay location
parent
9b3dbfe3
Pipeline
#22063
failed with stage
in 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
idl/ocgcore.proto
idl/ocgcore.proto
+11
-10
No files found.
idl/ocgcore.proto
View file @
fe2b3c91
...
...
@@ -22,11 +22,10 @@ enum CardZone {
GRAVE
=
4
;
// 墓地
REMOVED
=
5
;
// 除外
EXTRA
=
6
;
// 额外卡组
OVERLAY
=
7
;
// 超量叠加
ONFIELD
=
8
;
// 场地
FZONE
=
9
;
// TODO
PZONE
=
10
;
// 灵摆区
TZONE
=
11
;
// 衍生物区
ONFIELD
=
7
;
// 场地
FZONE
=
8
;
// TODO
PZONE
=
9
;
// 灵摆区
TZONE
=
10
;
// 衍生物区
}
// 卡牌的表示方式类型
...
...
@@ -48,12 +47,14 @@ message CardInfo {
int32
sequence
=
4
;
}
// 超量素材的zone和sequence都是跟随超量怪兽的,同时它会有个单独的overlay_sequence
message
CardLocation
{
int32
controler
=
1
;
CardZone
location
=
2
;
int32
sequence
=
3
;
CardPosition
position
=
4
;
int32
overlay_sequence
=
5
;
int32
controler
=
1
;
// 控制者编号
CardZone
zone
=
2
;
// 区域编号
int32
sequence
=
3
;
// 在某个区域的序号
CardPosition
position
=
4
;
// 表示形式
bool
is_overlay
=
5
;
// 是否在超量区
int32
overlay_sequence
=
5
;
// 超量素材序号
}
// ----- Service -----
...
...
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