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
赤子奈落
YGOProUnity_V2
Commits
2b482758
Commit
2b482758
authored
Jan 22, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes from latest
parent
cb953941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Assets/SibylSystem/Book/Book.cs
Assets/SibylSystem/Book/Book.cs
+3
-3
No files found.
Assets/SibylSystem/Book/Book.cs
View file @
2b482758
...
...
@@ -47,11 +47,11 @@ public class Book : WindowServant2D
base
.
preFrameFunction
();
if
(
isShowed
)
{
gameObject
.
transform
.
position
=
Program
.
I
().
camera_main_2d
.
Screen
ToWorldPoint
(
gameObject
.
transform
.
position
=
Utils
.
UI
ToWorldPoint
(
new
Vector3
(
Program
.
I
().
cardDescription
.
width
/
2
,
(
Screen
.
height
-
Program
.
I
().
cardDescription
.
cHeight
)
/
2
,
0
));
(
700
-
Program
.
I
().
cardDescription
.
cHeight
)
/
2
,
0
));
texts
.
back
.
width
=
(
int
)
Program
.
I
().
cardDescription
.
width
;
texts
.
back
.
height
=
Screen
.
height
-
(
int
)
Program
.
I
().
cardDescription
.
cHeight
;
texts
.
back
.
height
=
700
-
(
int
)
Program
.
I
().
cardDescription
.
cHeight
;
}
}
...
...
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