Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-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
苍蓝
rd-ygopro
Commits
d51773a5
Commit
d51773a5
authored
Apr 01, 2017
by
nekrozar
Committed by
DailyShana
Apr 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Field texture (#1957)
* update * update
parent
139080b8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
gframe/image_manager.cpp
gframe/image_manager.cpp
+2
-2
textures/field-transparent3.png
textures/field-transparent3.png
+0
-0
textures/field3.png
textures/field3.png
+0
-0
No files found.
gframe/image_manager.cpp
View file @
d51773a5
...
@@ -26,8 +26,8 @@ bool ImageManager::Initial() {
...
@@ -26,8 +26,8 @@ bool ImageManager::Initial() {
tBackGround
=
driver
->
getTexture
(
"textures/bg.jpg"
);
tBackGround
=
driver
->
getTexture
(
"textures/bg.jpg"
);
tBackGround_menu
=
driver
->
getTexture
(
"textures/bg_menu.jpg"
);
tBackGround_menu
=
driver
->
getTexture
(
"textures/bg_menu.jpg"
);
tBackGround_deck
=
driver
->
getTexture
(
"textures/bg_deck.jpg"
);
tBackGround_deck
=
driver
->
getTexture
(
"textures/bg_deck.jpg"
);
tField
=
driver
->
getTexture
(
"textures/field
2
.png"
);
tField
=
driver
->
getTexture
(
"textures/field
3
.png"
);
tFieldTransparent
=
driver
->
getTexture
(
"textures/field-transparent
2
.png"
);
tFieldTransparent
=
driver
->
getTexture
(
"textures/field-transparent
3
.png"
);
return
true
;
return
true
;
}
}
void
ImageManager
::
SetDevice
(
irr
::
IrrlichtDevice
*
dev
)
{
void
ImageManager
::
SetDevice
(
irr
::
IrrlichtDevice
*
dev
)
{
...
...
textures/field-transparent3.png
0 → 100644
View file @
d51773a5
321 KB
textures/field3.png
0 → 100644
View file @
d51773a5
323 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