回答編集履歴

1

fix

2022/06/05 03:21

投稿

退会済みユーザー
test CHANGED
@@ -14,7 +14,7 @@
14
14
  def draw():
15
15
  global a
16
16
  pyxel.cls(7)
17
- pyxel.circ(100+a, 100+a, 10, 0)
17
+ pyxel.circ(a, a, 10, 0)
18
18
 
19
19
 
20
20
  pyxel.run(update, draw)