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
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
mercury233
ygopro2
Commits
cbfa365b
Commit
cbfa365b
authored
Apr 14, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icon & ver
parent
623bace5
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
77 additions
and
2 deletions
+77
-2
.gitignore
.gitignore
+7
-0
Assets/ArtSystem/MainMenu/gu.png
Assets/ArtSystem/MainMenu/gu.png
+0
-0
Assets/ArtSystem/MainMenu/gu.png.meta
Assets/ArtSystem/MainMenu/gu.png.meta
+68
-0
Assets/SibylSystem/Config.cs
Assets/SibylSystem/Config.cs
+1
-1
Assets/SibylSystem/Menu/Menu.cs
Assets/SibylSystem/Menu/Menu.cs
+1
-1
Assets/transUI/prefab/trans_menu.prefab
Assets/transUI/prefab/trans_menu.prefab
+0
-0
ProjectSettings/ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+0
-0
No files found.
.gitignore
View file @
cbfa365b
...
@@ -33,3 +33,10 @@ sysinfo.txt
...
@@ -33,3 +33,10 @@ sysinfo.txt
# Builds
# Builds
*.apk
*.apk
*.unitypackage
*.unitypackage
# ygopro
cdb/
deck/
pack/
texture/
config/
Assets/ArtSystem/MainMenu/gu.png
0 → 100644
View file @
cbfa365b
1.55 KB
Assets/ArtSystem/MainMenu/gu.png.meta
0 → 100644
View file @
cbfa365b
fileFormatVersion: 2
guid: 874a0c923ab9f3648a0b5bf2830ee874
timeCreated: 1523709019
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 4
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:
Assets/SibylSystem/Config.cs
View file @
cbfa365b
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
...
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using
System.IO
;
using
System.IO
;
public
static
class
Config
public
static
class
Config
{
{
public
static
uint
ClientVersion
=
0x
233c
;
public
static
uint
ClientVersion
=
0x
1343
;
class
oneString
class
oneString
{
{
...
...
Assets/SibylSystem/Menu/Menu.cs
View file @
cbfa365b
...
@@ -19,7 +19,7 @@ public class Menu : WindowServantSP
...
@@ -19,7 +19,7 @@ public class Menu : WindowServantSP
UIHelper
.
registEvent
(
gameObject
,
"online_"
,
onClickOnline
);
UIHelper
.
registEvent
(
gameObject
,
"online_"
,
onClickOnline
);
UIHelper
.
registEvent
(
gameObject
,
"replay_"
,
onClickReplay
);
UIHelper
.
registEvent
(
gameObject
,
"replay_"
,
onClickReplay
);
UIHelper
.
registEvent
(
gameObject
,
"single_"
,
onClickPizzle
);
UIHelper
.
registEvent
(
gameObject
,
"single_"
,
onClickPizzle
);
UIHelper
.
registEvent
(
gameObject
,
"ai_"
,
onClickAI
);
//
UIHelper.registEvent(gameObject, "ai_", onClickAI);
UIHelper
.
registEvent
(
gameObject
,
"exit_"
,
onClickExit
);
UIHelper
.
registEvent
(
gameObject
,
"exit_"
,
onClickExit
);
(
new
Thread
(
up
)).
Start
();
(
new
Thread
(
up
)).
Start
();
}
}
...
...
Assets/transUI/prefab/trans_menu.prefab
View file @
cbfa365b
No preview for this file type
ProjectSettings/ProjectSettings.asset
View file @
cbfa365b
No preview for this file type
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