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
fallenstardust
YGOProUnity_V2
Commits
bf7e7747
Commit
bf7e7747
authored
Sep 08, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove DeckManager 3d
parent
51349d85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
Assets/SibylSystem/deckManager/DeckManager.cs
Assets/SibylSystem/deckManager/DeckManager.cs
+0
-8
No files found.
Assets/SibylSystem/deckManager/DeckManager.cs
View file @
bf7e7747
...
...
@@ -117,14 +117,6 @@ public class DeckManager : ServantWithCardDescription
}
camrem
();
if
(
Input
.
mousePosition
.
x
<
Screen
.
width
-
280
)
if
(
Input
.
mousePosition
.
x
>
250
)
{
cameraAngle
+=
Program
.
wheelValue
*
1.2f
;
if
(
cameraAngle
<
0f
)
cameraAngle
=
0f
;
if
(
cameraAngle
>
90f
)
cameraAngle
=
90f
;
}
cameraDistance
=
29
-
3.1415926f
/
180f
*
(
cameraAngle
-
60f
)
*
13f
;
Program
.
cameraPosition
=
new
Vector3
(
0
,
cameraDistance
*
Mathf
.
Sin
(
3.1415926f
/
180f
*
cameraAngle
),
-
cameraDistance
*
Mathf
.
Cos
(
3.1415926f
/
180f
*
cameraAngle
));
...
...
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