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
40cba164
Commit
40cba164
authored
Sep 02, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1300*700
parent
b15c84b7
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3377 additions
and
2013 deletions
+3377
-2013
Assets/ArtSystem/superButton/toolBars/new_toolBar_watchDuel.prefab
...tSystem/superButton/toolBars/new_toolBar_watchDuel.prefab
+2162
-1874
Assets/NGUI/mod_2d_ui.prefab
Assets/NGUI/mod_2d_ui.prefab
+3
-3
Assets/Scripts/Utils.cs
Assets/Scripts/Utils.cs
+0
-5
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+6
-4
Assets/main.unity
Assets/main.unity
+1206
-127
No files found.
Assets/ArtSystem/superButton/toolBars/new_toolBar_watchDuel.prefab
View file @
40cba164
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Assets/NGUI/mod_2d_ui.prefab
View file @
40cba164
...
...
@@ -28,7 +28,7 @@ Transform:
m_GameObject
:
{
fileID
:
115194
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
0.002
6041667
,
y
:
0.0026041667
,
z
:
0.0026041667
}
m_LocalScale
:
{
x
:
0.002
8571428
,
y
:
0.0028571428
,
z
:
0.0028571428
}
m_Children
:
-
{
fileID
:
471862
}
m_Father
:
{
fileID
:
0
}
...
...
@@ -47,8 +47,8 @@ MonoBehaviour:
m_Name
:
m_EditorClassIdentifier
:
scalingStyle
:
1
manualWidth
:
13
66
manualHeight
:
7
68
manualWidth
:
13
00
manualHeight
:
7
00
minimumHeight
:
320
maximumHeight
:
2160
fitWidth
:
0
...
...
Assets/Scripts/Utils.cs
View file @
40cba164
...
...
@@ -17,9 +17,4 @@ public static class Utils
return
Program
.
I
().
camera_back_ground_2d
.
ViewportToWorldPoint
(
new
Vector3
(
point
.
x
/
UIWidth
(),
point
.
y
/
UIHeight
(),
point
.
z
));
}
// public static float UIScale()
// {
// return Program.I().ui_back_ground_2d.GetComponent<UIRoot>().activeScaling;
// }
}
\ No newline at end of file
Assets/SibylSystem/Program.cs
View file @
40cba164
...
...
@@ -51,6 +51,10 @@ public class Program : MonoBehaviour
public
GameObject
new_ui_searchDetailed
;
public
GameObject
new_bar_editDeck
;
public
GameObject
new_bar_duel
;
public
GameObject
new_ui_book
;
[
Header
(
"其他"
)]
public
GameObject
mouseParticle
;
[
Header
(
"Prefab"
)]
public
facer
face
;
public
AudioClip
zhankai
;
...
...
@@ -120,7 +124,6 @@ public class Program : MonoBehaviour
public
GameObject
mod_ocgcore_ss_dark_hole
;
public
GameObject
mod_ocgcore_ss_link_mark
;
public
GameObject
new_ui_book
;
public
GameObject
new_ui_cardOnSearchList
;
public
GameObject
new_bar_changeSide
;
public
GameObject
new_bar_watchDuel
;
...
...
@@ -134,7 +137,6 @@ public class Program : MonoBehaviour
public
GameObject
new_ocgcore_field
;
public
GameObject
new_ocgcore_chainCircle
;
public
GameObject
new_ocgcore_wait
;
public
GameObject
new_mouse
;
public
GameObject
remaster_tagRoom
;
public
GameObject
remaster_room
;
public
GameObject
ES_1
;
...
...
@@ -476,7 +478,7 @@ public class Program : MonoBehaviour
}
}
public
GameObject
mouseParticle
;
private
static
int
lastChargeTime
;
...
...
@@ -794,7 +796,7 @@ public class Program : MonoBehaviour
if
(
Screen
.
width
<
100
||
Screen
.
height
<
100
)
Screen
.
SetResolution
(
1366
,
768
,
false
);
QualitySettings
.
vSyncCount
=
0
;
Application
.
targetFrameRate
=
144
;
mouseParticle
=
Instantiate
(
new_mouse
);
//
mouseParticle = Instantiate(new_mouse);
instance
=
this
;
initialize
();
go
(
500
,
()
=>
{
gameStart
();
});
...
...
Assets/main.unity
View file @
40cba164
This diff is collapsed.
Click to expand it.
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