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
1
Issues
1
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
hex
ygopro2
Commits
fe25df28
Commit
fe25df28
authored
Jul 22, 2025
by
hex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defer system gestures on edges
parent
228e2ce7
Pipeline
#39360
failed
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
Assets/SibylSystem/CardDescription/CardDescription.cs
Assets/SibylSystem/CardDescription/CardDescription.cs
+1
-1
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+1
-2
Assets/SibylSystem/Servant.cs
Assets/SibylSystem/Servant.cs
+2
-2
Assets/transUI/prefab/trans_setting.prefab
Assets/transUI/prefab/trans_setting.prefab
+1
-2
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+3
-3
No files found.
Assets/SibylSystem/CardDescription/CardDescription.cs
View file @
fe25df28
...
@@ -28,7 +28,7 @@ public class CardDescription : Servant
...
@@ -28,7 +28,7 @@ public class CardDescription : Servant
Program
.
camera_main_2d
.
ScreenToWorldPoint
(
new
Vector3
(-
256
,
Screen
.
height
/
2
,
600
)),
Program
.
camera_main_2d
.
ScreenToWorldPoint
(
new
Vector3
(-
256
,
Screen
.
height
/
2
,
600
)),
new
Vector3
(
0
,
0
,
0
),
new
Vector3
(
0
,
0
,
0
),
true
,
true
,
Program
.
I
().
ui_
main
_2d
Program
.
I
().
ui_
back_ground
_2d
);
);
picLoader
=
gameObject
.
AddComponent
<
cardPicLoader
>();
picLoader
=
gameObject
.
AddComponent
<
cardPicLoader
>();
picLoader
.
code
=
0
;
picLoader
.
code
=
0
;
...
...
Assets/SibylSystem/Program.cs
View file @
fe25df28
...
@@ -1321,8 +1321,7 @@ public class Program : MonoBehaviour
...
@@ -1321,8 +1321,7 @@ public class Program : MonoBehaviour
{
{
preWid
=
Screen
.
width
;
preWid
=
Screen
.
width
;
preheight
=
Screen
.
height
;
preheight
=
Screen
.
height
;
//if (setting != null)
// setting.setScreenSizeValue();
Program
.
notGo
(
fixScreenProblems
);
Program
.
notGo
(
fixScreenProblems
);
Program
.
go
(
500
,
fixScreenProblems
);
Program
.
go
(
500
,
fixScreenProblems
);
}
}
...
...
Assets/SibylSystem/Servant.cs
View file @
fe25df28
...
@@ -109,7 +109,7 @@ public class Servant
...
@@ -109,7 +109,7 @@ public class Servant
0
0
);
);
Vector3
targetWorldPosition
=
Program
.
camera_
back_ground
_2d
.
ScreenToWorldPoint
(
vectorOfShowedBar_Screen
);
Vector3
targetWorldPosition
=
Program
.
camera_
main
_2d
.
ScreenToWorldPoint
(
vectorOfShowedBar_Screen
);
toolBar
.
transform
.
DOMove
(
targetWorldPosition
,
0.6f
);
toolBar
.
transform
.
DOMove
(
targetWorldPosition
,
0.6f
);
toolBar
.
transform
.
localScale
=
new
Vector3
(
toolBar
.
transform
.
localScale
=
new
Vector3
(
...
@@ -131,7 +131,7 @@ public class Servant
...
@@ -131,7 +131,7 @@ public class Servant
{
{
Vector3
vectorOfHidedBar_Screen
=
new
Vector3
(
Screen
.
width
-
RightToScreen
,
-
200
,
0
);
Vector3
vectorOfHidedBar_Screen
=
new
Vector3
(
Screen
.
width
-
RightToScreen
,
-
200
,
0
);
Vector3
targetWorldPosition
=
Program
.
camera_
back_ground
_2d
.
ScreenToWorldPoint
(
vectorOfHidedBar_Screen
);
Vector3
targetWorldPosition
=
Program
.
camera_
main
_2d
.
ScreenToWorldPoint
(
vectorOfHidedBar_Screen
);
toolBar
.
transform
.
DOMove
(
targetWorldPosition
,
0.6f
);
toolBar
.
transform
.
DOMove
(
targetWorldPosition
,
0.6f
);
float
scaleFactor
=
Screen
.
height
/
700f
;
float
scaleFactor
=
Screen
.
height
/
700f
;
...
...
Assets/transUI/prefab/trans_setting.prefab
View file @
fe25df28
...
@@ -13736,10 +13736,9 @@ MonoBehaviour:
...
@@ -13736,10 +13736,9 @@ MonoBehaviour:
position: 0
position: 0
alignment: 1
alignment: 1
items:
items:
- 10
- 30
- 30
- 50
- 60
- 60
- 90
- 120
- 120
- Auto
- Auto
padding: {x: 4, y: 4}
padding: {x: 4, y: 4}
...
...
ProjectSettings/ProjectSettings.asset
View file @
fe25df28
...
@@ -11,7 +11,7 @@ PlayerSettings:
...
@@ -11,7 +11,7 @@ PlayerSettings:
defaultScreenOrientation
:
4
defaultScreenOrientation
:
4
targetDevice
:
2
targetDevice
:
2
useOnDemandResources
:
1
useOnDemandResources
:
1
accelerometerFrequency
:
6
0
accelerometerFrequency
:
0
companyName
:
KoishiPro2
companyName
:
KoishiPro2
productName
:
KoishiPro2
productName
:
KoishiPro2
defaultCursor
:
{
fileID
:
0
}
defaultCursor
:
{
fileID
:
0
}
...
@@ -83,7 +83,7 @@ PlayerSettings:
...
@@ -83,7 +83,7 @@ PlayerSettings:
muteOtherAudioSources
:
0
muteOtherAudioSources
:
0
Prepare IOS For Recording
:
0
Prepare IOS For Recording
:
0
Force IOS Speakers When Recording
:
0
Force IOS Speakers When Recording
:
0
deferSystemGesturesMode
:
0
deferSystemGesturesMode
:
15
hideHomeButton
:
0
hideHomeButton
:
0
submitAnalytics
:
0
submitAnalytics
:
0
usePlayerLog
:
1
usePlayerLog
:
1
...
@@ -777,7 +777,7 @@ PlayerSettings:
...
@@ -777,7 +777,7 @@ PlayerSettings:
WebGL
:
1
WebGL
:
1
Windows Store Apps
:
1
Windows Store Apps
:
1
XboxOne
:
1
XboxOne
:
1
iPhone
:
1
iPhone
:
2
tvOS
:
1
tvOS
:
1
incrementalIl2cppBuild
:
incrementalIl2cppBuild
:
iPhone
:
0
iPhone
:
0
...
...
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