Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在编写一个小游戏,我有(我认为)一个非常简单的错误,但我没有在任何地方找到解决方案。这是我的问题:当我想显示 .png 图像时,我没有问题,但它绝对不起作用,说我“图像文件夹不存在”但它确实存在!
StdDraw.picture(this.position.getX(), this.position.getY(), "ressources/sunflower.png");
这工作得很好,但是当我尝试使用 .gif 版本(当然存在)时,不(我真的想使用 StdDraw)。