带有 png 扩展名的代码块 ld.exe 图像错误。代码块中的二维图形
Codeblocks ld.exe image error with png extensions. 2D graphics in codeblocks
enter image description here[Errors are shown in the image][1]我已经在代码块项目目录中添加了文件。
>>>>Texture t1,t2,t3;
t1.loadFromFile("background.png");
t2.loadFromFile("car.png");
t1.setSmooth(true);
t2.setSmooth(true);
Sprite sBackground(t1), sCar(t2);
sBackground.scale(2,2);
无法加载背景和汽车 png。
从项目中删除 .depend 和 .png 文件,因为它们不是源文件。
enter image description here[Errors are shown in the image][1]我已经在代码块项目目录中添加了文件。
>>>>Texture t1,t2,t3;
t1.loadFromFile("background.png");
t2.loadFromFile("car.png");
t1.setSmooth(true);
t2.setSmooth(true);
Sprite sBackground(t1), sCar(t2);
sBackground.scale(2,2);
无法加载背景和汽车 png。
从项目中删除 .depend 和 .png 文件,因为它们不是源文件。