質問編集履歴

1

mouse_c=1とそれ以下のインデントの改善

2019/12/15 06:04

投稿

maffiy
maffiy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -244,35 +244,35 @@
244
244
 
245
245
  index=1
246
246
 
247
- mouse_c=0
247
+ mouse_c=1
248
248
 
249
249
  elif index==1:# タイトル画面スタート待ち
250
250
 
251
- if mouse_c==1:
251
+ #if mouse_c==1:
252
-
252
+
253
- for y in range(10):
253
+ for y in range(10):
254
-
254
+
255
- for x in range(8):
255
+ for x in range(8):
256
-
256
+
257
- neko[y][x]=0
257
+ neko[y][x]=0
258
-
258
+
259
- mouse_c=0
259
+ mouse_c=0
260
-
260
+
261
- score=0
261
+ score=0
262
-
262
+
263
- tsugi=0
263
+ tsugi=0
264
-
264
+
265
- cursor_x=0
265
+ cursor_x=0
266
-
266
+
267
- cursor_y=0
267
+ cursor_y=0
268
-
268
+
269
- set_neko()
269
+ set_neko()
270
-
270
+
271
- draw_neko()
271
+ draw_neko()
272
-
272
+
273
- cvs.delete("TITLE")
273
+ cvs.delete("TITLE")
274
-
274
+
275
- index=2
275
+ index=2
276
276
 
277
277
  elif index==2:# 落下
278
278