Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomango committed Oct 14, 2022
1 parent c44de52 commit 75853bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlappyBird/ResLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ std::map<MusicType, Music*> ResLoader::musicMap;
void ResLoader::init()
{
// 预加载图片
image = Image::preload(IDB_PNG1, L"PNG");
image = Image::load(IDB_PNG1, L"PNG");

// 打开 atlas.txt 文件
Resource atlas(IDR_TXT1, L"TXT");
Expand Down
2 changes: 1 addition & 1 deletion FlappyBird/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//---------------------------------------------------------
// 程序名称:FlappyBird
// 作者:Nomango
// 编译环境:Visual Studio 2019 / Easy2D v2.1.0
// 编译环境:Visual Studio 2019 / Easy2D v2.1.3
// 项目类型:Win32 Application
//---------------------------------------------------------

Expand Down

0 comments on commit 75853bd

Please sign in to comment.