Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
PracticeDx
Commits
c8ea3d98
Commit
c8ea3d98
authored
Apr 09, 2023
by
Administrator
Browse files
switched a smaller image file for git push
parent
eeab8990
Changes
3
Hide whitespace changes
Inline
Side-by-side
PracticeDx/Ground.cpp
View file @
c8ea3d98
...
...
@@ -7,7 +7,7 @@ Ground::Ground(Graphics & gfx, Logger & logger) noexcept
{
// Init 2 surfaces
Surface
*
yueyueSurface
=
new
Surface
();
yueyueSurface
->
LoadImageFromFile
(
gfx
.
getDevice
(),
gfx
.
getContext
(),
"resource
\\
img
\\
yueyue
2
.jpg"
);
yueyueSurface
->
LoadImageFromFile
(
gfx
.
getDevice
(),
gfx
.
getContext
(),
"resource
\\
img
\\
yueyue.jpg"
);
UINT
yueyueSlot
=
yueyueSurface
->
GetCurrSlot
();
Surface
*
ethanSurface
=
new
Surface
();
...
...
PracticeDx/resource/img/yueyue.jpg
0 → 100644
View file @
c8ea3d98
47.7 KB
PracticeDx/resource/img/yueyue2.jpg
deleted
100644 → 0
View file @
eeab8990
This image diff could not be displayed because it is too large. You can
view the blob
instead.
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