Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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
fallenstardust
YGOMobile-Cn-Ko-En
Commits
f6e08f32
Commit
f6e08f32
authored
Mar 26, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add image
parent
e7ba9135
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
Classes/gframe/image_manager.cpp
Classes/gframe/image_manager.cpp
+1
-0
Classes/gframe/image_manager.h
Classes/gframe/image_manager.h
+1
-0
mobile/assets/data/textures/totalAtk .png
mobile/assets/data/textures/totalAtk .png
+0
-0
No files found.
Classes/gframe/image_manager.cpp
View file @
f6e08f32
...
...
@@ -13,6 +13,7 @@ bool ImageManager::Initial(const path dir) {
tUnknown
=
driver
->
getTexture
((
dir
+
path
(
"/textures/unknown.jpg"
)).
c_str
());
tAct
=
driver
->
getTexture
((
dir
+
path
(
"/textures/act.png"
)).
c_str
());
tAttack
=
driver
->
getTexture
((
dir
+
path
(
"/textures/attack.png"
)).
c_str
());
tTotalAtk
=
driver
->
getTexture
((
dir
+
path
(
"/textures/totalAtk.png"
)).
c_str
());
tChain
=
driver
->
getTexture
((
dir
+
path
(
"/textures/chain.png"
)).
c_str
());
tNegated
=
driver
->
getTexture
((
dir
+
path
(
"/textures/negated.png"
)).
c_str
());
tNumber
=
driver
->
getTexture
((
dir
+
path
(
"/textures/number.png"
)).
c_str
());
...
...
Classes/gframe/image_manager.h
View file @
f6e08f32
...
...
@@ -31,6 +31,7 @@ public:
irr
::
video
::
ITexture
*
tUnknown
;
irr
::
video
::
ITexture
*
tAct
;
irr
::
video
::
ITexture
*
tAttack
;
irr
::
video
::
ITexture
*
tTotalAtk
;
irr
::
video
::
ITexture
*
tNegated
;
irr
::
video
::
ITexture
*
tChain
;
irr
::
video
::
ITexture
*
tNumber
;
...
...
mobile/assets/data/textures/totalAtk .png
0 → 100644
View file @
f6e08f32
6.06 KB
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