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
6ffc6ff3
Commit
6ffc6ff3
authored
Sep 02, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui_windows_2d
parent
b3960089
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1347 additions
and
111 deletions
+1347
-111
Assets/SibylSystem/Program.cs
Assets/SibylSystem/Program.cs
+10
-7
Assets/SibylSystem/WindowServantSP.cs
Assets/SibylSystem/WindowServantSP.cs
+1
-8
Assets/main.unity
Assets/main.unity
+1336
-96
No files found.
Assets/SibylSystem/Program.cs
View file @
6ffc6ff3
...
...
@@ -22,7 +22,6 @@ public class Program : MonoBehaviour
[
Header
(
"容器"
)]
public
GameObject
ui_back_ground_2d
;
public
GameObject
ui_windows_2d
;
public
Camera
camera_windows_2d
;
public
GameObject
ui_main_2d
;
public
Camera
camera_main_2d
;
public
GameObject
ui_container_3d
;
...
...
@@ -36,6 +35,15 @@ public class Program : MonoBehaviour
public
GameObject
new_ui_cardDescription
;
public
GameObject
new_ui_search
;
public
gameInfo
new_ui_gameInfo
;
[
Header
(
"ui_windows_2d"
)]
public
Camera
camera_windows_2d
;
public
GameObject
new_ui_menu
;
public
GameObject
remaster_deckManager
;
public
GameObject
new_ui_selectServer
;
public
GameObject
remaster_replayManager
;
public
GameObject
remaster_puzzleManager
;
public
GameObject
new_ui_aiRoom
;
[
Header
(
"Prefab"
)]
public
facer
face
;
public
AudioClip
zhankai
;
...
...
@@ -104,10 +112,9 @@ public class Program : MonoBehaviour
public
GameObject
mod_ocgcore_ss_p_sum_effect
;
public
GameObject
mod_ocgcore_ss_dark_hole
;
public
GameObject
mod_ocgcore_ss_link_mark
;
public
GameObject
new_ui_menu
;
public
GameObject
new_ui_setting
;
public
GameObject
new_ui_book
;
public
GameObject
new_ui_selectServer
;
public
GameObject
new_ui_searchDetailed
;
public
GameObject
new_ui_cardOnSearchList
;
public
GameObject
new_bar_changeSide
;
...
...
@@ -122,14 +129,10 @@ public class Program : MonoBehaviour
public
GameObject
new_ui_textMesh
;
public
GameObject
new_ui_superButton
;
public
GameObject
new_ui_superButtonTransparent
;
public
GameObject
new_ui_aiRoom
;
public
GameObject
new_ocgcore_field
;
public
GameObject
new_ocgcore_chainCircle
;
public
GameObject
new_ocgcore_wait
;
public
GameObject
new_mouse
;
public
GameObject
remaster_deckManager
;
public
GameObject
remaster_replayManager
;
public
GameObject
remaster_puzzleManager
;
public
GameObject
remaster_tagRoom
;
public
GameObject
remaster_room
;
public
GameObject
ES_1
;
...
...
Assets/SibylSystem/WindowServantSP.cs
View file @
6ffc6ff3
...
...
@@ -80,14 +80,7 @@ public class WindowServantSP : Servant
public
void
createWindow
(
GameObject
mod
)
{
gameObject
=
create
(
mod
,
Vector3
.
zero
,
Vector3
.
zero
,
false
,
Program
.
I
().
ui_windows_2d
);
gameObject
=
mod
;
UIHelper
.
InterGameObject
(
gameObject
);
var
v
=
new
Vector3
();
v
.
x
=
Mathf
.
Clamp
(
Config
.
getFloat
(
"x_"
+
gameObject
.
name
),
-
0.5f
,
0.5f
)
*
Screen
.
width
;
...
...
Assets/main.unity
View file @
6ffc6ff3
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