Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
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
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
nanahira
ygopro2
Commits
93be358a
Commit
93be358a
authored
Jan 18, 2019
by
Szefo09
Committed by
Unicorn
Jan 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
477e0a32
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7995 additions
and
127 deletions
+7995
-127
Assets/ArtSystem/deckManager/new_search_remaster.prefab
Assets/ArtSystem/deckManager/new_search_remaster.prefab
+14
-14
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+2
-2
Assets/SibylSystem/deckManager/DeckManager.cs
Assets/SibylSystem/deckManager/DeckManager.cs
+2
-2
Assets/transUI/UIselectableList.cs
Assets/transUI/UIselectableList.cs
+2
-1
Assets/transUI/prefab/RoomList.prefab
Assets/transUI/prefab/RoomList.prefab
+2603
-0
Assets/transUI/prefab/selectServerWithRoomlist.prefab
Assets/transUI/prefab/selectServerWithRoomlist.prefab
+5259
-0
Assets/transUI/prefab/trans_selectDeck.prefab
Assets/transUI/prefab/trans_selectDeck.prefab
+113
-108
No files found.
Assets/ArtSystem/deckManager/new_search_remaster.prefab
View file @
93be358a
...
...
@@ -345,7 +345,7 @@ Transform:
m_PrefabInternal
:
{
fileID
:
100100000
}
m_GameObject
:
{
fileID
:
129162
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-6
5
,
y
:
98
,
z
:
0
}
m_LocalPosition
:
{
x
:
-6
4
,
y
:
98
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
-
{
fileID
:
459346
}
...
...
@@ -587,13 +587,13 @@ MonoBehaviour:
updateAnchors
:
1
mColor
:
{
r
:
1
,
g
:
1
,
b
:
1
,
a
:
0.78431374
}
mPivot
:
4
mWidth
:
10
0
mHeight
:
3
0
mWidth
:
4
0
mHeight
:
4
0
mDepth
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
aspectRatio
:
3.3333333
aspectRatio
:
1
mType
:
0
mFillDirection
:
4
mFillAmount
:
1
...
...
@@ -667,7 +667,7 @@ MonoBehaviour:
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
keepAspectRatio
:
0
aspectRatio
:
0.1
16071425
aspectRatio
:
0.1
2149533
mType
:
1
mFillDirection
:
4
mFillAmount
:
1
...
...
@@ -717,7 +717,7 @@ MonoBehaviour:
anchorOffset
:
0
softBorderPadding
:
1
renderQueue
:
0
startingRenderQueue
:
300
2
startingRenderQueue
:
300
5
mClipTexture
:
{
fileID
:
0
}
mAlpha
:
1
mClipping
:
4
...
...
@@ -891,7 +891,7 @@ MonoBehaviour:
m_EditorClassIdentifier
:
label
:
{
fileID
:
11461548
}
inputType
:
0
onReturnKey
:
0
onReturnKey
:
1
keyboardType
:
0
hideInput
:
0
validation
:
0
...
...
@@ -1151,11 +1151,11 @@ MonoBehaviour:
leftAnchor
:
target
:
{
fileID
:
418574
}
relative
:
1
absolute
:
-22
5
absolute
:
-22
4
rightAnchor
:
target
:
{
fileID
:
418574
}
relative
:
1
absolute
:
-1
30
absolute
:
-1
29
bottomAnchor
:
target
:
{
fileID
:
418574
}
relative
:
0
...
...
@@ -1210,7 +1210,7 @@ MonoBehaviour:
autoResizeBoxCollider
:
1
hideIfOffScreen
:
0
keepAspectRatio
:
0
aspectRatio
:
0.1
0204082
aspectRatio
:
0.1
3392857
mType
:
1
mFillDirection
:
4
mFillAmount
:
1
...
...
@@ -1347,13 +1347,13 @@ MonoBehaviour:
updateAnchors
:
1
mColor
:
{
r
:
0.98823535
,
g
:
0.98823535
,
b
:
0.98823535
,
a
:
0.78431374
}
mPivot
:
4
mWidth
:
100
mHeight
:
30
mWidth
:
45
mHeight
:
45
mDepth
:
0
autoResizeBoxCollider
:
0
hideIfOffScreen
:
0
keepAspectRatio
:
0
aspectRatio
:
3.3333333
aspectRatio
:
1
mType
:
0
mFillDirection
:
4
mFillAmount
:
1
...
...
@@ -1412,7 +1412,7 @@ MonoBehaviour:
anchorOffset
:
0
softBorderPadding
:
1
renderQueue
:
0
startingRenderQueue
:
300
2
startingRenderQueue
:
300
5
mClipTexture
:
{
fileID
:
0
}
mAlpha
:
1
mClipping
:
3
...
...
Assets/SibylSystem/Program.cs
View file @
93be358a
...
...
@@ -480,11 +480,11 @@ public class Program : MonoBehaviour
HttpDldFile
httpDldFile
=
new
HttpDldFile
();
foreach
(
var
dl
in
toDownload
)
{
if
(
Path
.
GetExtension
(
dl
.
name
)==
".cdb"
)
if
(
Path
.
GetExtension
(
dl
.
name
)==
".cdb"
&&
!(
Application
.
internetReachability
==
NetworkReachability
.
NotReachable
)
)
{
httpDldFile
.
Download
(
dl
.
download_url
,
Path
.
Combine
(
"cdb"
,
dl
.
name
));
}
if
(
Path
.
GetExtension
(
dl
.
name
)
==
".conf"
)
if
(
Path
.
GetExtension
(
dl
.
name
)
==
".conf"
&&
!(
Application
.
internetReachability
==
NetworkReachability
.
NotReachable
)
)
{
httpDldFile
.
Download
(
dl
.
download_url
,
Path
.
Combine
(
"config"
,
dl
.
name
));
}
...
...
Assets/SibylSystem/deckManager/DeckManager.cs
View file @
93be358a
...
...
@@ -640,7 +640,7 @@ public class DeckManager : ServantWithCardDescription
);
print
(
result
);
UIHelper
.
trySetLableText
(
gameObjectSearch
,
"title_"
,
result
.
Count
.
ToString
());
UIInput_search
.
isSelected
=
true
;
//
UIInput_search.isSelected = true;
}
public
YGOSharp
.
Banlist
currentBanlist
=
null
;
...
...
@@ -1829,7 +1829,7 @@ public class DeckManager : ServantWithCardDescription
else
{
UIInput_search
.
value
=
""
;
UIInput_search
.
isSelected
=
true
;
//
UIInput_search.isSelected = true;
}
}
}
Assets/transUI/UIselectableList.cs
View file @
93be358a
...
...
@@ -48,7 +48,8 @@ public class UIselectableList : MonoBehaviour {
public
void
install
()
{
uIScrollView
=
panel
.
gameObject
.
AddComponent
<
UIScrollView
>();
uIScrollView
.
can_be_draged
=
false
;
uIScrollView
.
can_be_draged
=
true
;
uIScrollView
.
iOSDragEmulation
=
true
;
uIScrollView
.
movement
=
UIScrollView
.
Movement
.
Vertical
;
uIScrollView
.
contentPivot
=
UIWidget
.
Pivot
.
TopLeft
;
uIScrollView
.
dragEffect
=
UIScrollView
.
DragEffect
.
Momentum
;
...
...
Assets/transUI/prefab/RoomList.prefab
0 → 100644
View file @
93be358a
This diff is collapsed.
Click to expand it.
Assets/transUI/prefab/selectServerWithRoomlist.prefab
0 → 100644
View file @
93be358a
This diff is collapsed.
Click to expand it.
Assets/transUI/prefab/trans_selectDeck.prefab
View file @
93be358a
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