Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
9da610d9
Commit
9da610d9
authored
Feb 06, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into server
parents
f961f53d
5488e8a8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
cards.cdb
cards.cdb
+0
-0
gframe/game.cpp
gframe/game.cpp
+3
-0
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
cards.cdb
View file @
9da610d9
No preview for this file type
gframe/game.cpp
View file @
9da610d9
...
@@ -86,6 +86,9 @@ bool Game::Initialize() {
...
@@ -86,6 +86,9 @@ bool Game::Initialize() {
skinSystem
->
applySkin
(
skins
[
index
].
c_str
());
skinSystem
->
applySkin
(
skins
[
index
].
c_str
());
}
}
}
}
#ifndef _DEBUG
//device->getLogger()->setLogLevel(irr::ELOG_LEVEL::ELL_ERROR);
#endif
xScale
=
1
;
xScale
=
1
;
yScale
=
1
;
yScale
=
1
;
linePatternD3D
=
0
;
linePatternD3D
=
0
;
...
...
ocgcore
@
a4c305cf
Subproject commit
9b3458c7db51dbe52fdb7961cea504d4b705b908
Subproject commit
a4c305cfe6c7e4ab439e32cdf2c7a8af5a300195
script
@
4984b9f7
Subproject commit
d31bd272604f0c3e2cfb206207ab868cb6b010ba
Subproject commit
4984b9f7d4b56e72f6fdf89098b95fd4848a71d1
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