質問編集履歴
1
コードを見やすくしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,9 +2,16 @@
|
|
2
2
|
ファイルの置き場所等変えてもダメでした。
|
3
3
|
どこを修正すれば良いでしょうか?
|
4
4
|
|
5
|
-
|
5
|
+
エラーメッセージ
|
6
|
+
self._image_surf = pygame.image.load("20190809165300949.jpg").convert()
|
7
|
+
pygame.error: Unsupported image format```import pygame
|
6
8
|
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
```ここに言語を入力
|
7
|
-
import pygame
|
14
|
+
コード```import pygame
|
8
15
|
import time
|
9
16
|
|
10
17
|
class Apple:
|
@@ -172,7 +179,6 @@
|
|
172
179
|
theApp = App()
|
173
180
|
theApp.on_execute()
|
174
181
|
|
175
|
-
|
176
|
-
|
182
|
+
コード
|
177
|
-
self._image_surf = pygame.image.load("20190809165300949.jpg").convert()
|
178
|
-
|
183
|
+
```
|
184
|
+
```
|