質問編集履歴

1

2020/05/07 04:25

投稿

nugio.kutusita
nugio.kutusita

スコア21

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### 発生している問題・エラーメッセージ
22
22
 
23
- ```html
23
+ ```python
24
24
 
25
25
  pygame 1.9.6
26
26
 
@@ -80,7 +80,7 @@
80
80
 
81
81
  __main__で呼び出す部分↓
82
82
 
83
- ```html
83
+ ```python
84
84
 
85
85
  frog_path = "C:\Users\PC\Documents\python\game\sozai\bubbleflog.png"
86
86
 
@@ -98,7 +98,7 @@
98
98
 
99
99
  クラス定義の部分↓
100
100
 
101
- ```html
101
+ ```python
102
102
 
103
103
  class Target(pygame.sprite.Sprite):
104
104