Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
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
perfectdicky
YGOProUnity_V2
Commits
2495b280
Commit
2495b280
authored
Apr 09, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change xyz overlay cards distance
parent
73c94b32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+4
-4
No files found.
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
2495b280
...
...
@@ -372,13 +372,13 @@ public class Ocgcore : ServantWithCardDescription
if
(
c
!=
null
)
{
int
pposition
=
c
.
overFatherCount
-
1
-
p
.
position
;
return_value.y -= (pposition + 2) *
1
f;
return_value.x += (pposition + 1) * 0.
6
f;
return_value
.
y
-=
(
pposition
+
2
)
*
0.25
f
;
return_value
.
x
+=
(
pposition
+
1
)
*
0.
15
f
;
}
else
{
return_value.y -= (p.position + 2) *
1
f;
return_value.x += (p.position + 1) * 0.
6
f;
return_value
.
y
-=
(
p
.
position
+
2
)
*
0.25
f
;
return_value
.
x
+=
(
p
.
position
+
1
)
*
0.
15
f
;
}
}
...
...
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