質問編集履歴
1
mouse_c=1とそれ以下のインデントの改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -244,35 +244,35 @@
|
|
244
244
|
|
245
245
|
index=1
|
246
246
|
|
247
|
-
mouse_c=
|
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
|
-
|
253
|
+
for y in range(10):
|
254
|
-
|
254
|
+
|
255
|
-
|
255
|
+
for x in range(8):
|
256
|
-
|
256
|
+
|
257
|
-
|
257
|
+
neko[y][x]=0
|
258
|
-
|
258
|
+
|
259
|
-
|
259
|
+
mouse_c=0
|
260
|
-
|
260
|
+
|
261
|
-
|
261
|
+
score=0
|
262
|
-
|
262
|
+
|
263
|
-
|
263
|
+
tsugi=0
|
264
|
-
|
264
|
+
|
265
|
-
|
265
|
+
cursor_x=0
|
266
|
-
|
266
|
+
|
267
|
-
|
267
|
+
cursor_y=0
|
268
|
-
|
268
|
+
|
269
|
-
|
269
|
+
set_neko()
|
270
|
-
|
270
|
+
|
271
|
-
|
271
|
+
draw_neko()
|
272
|
-
|
272
|
+
|
273
|
-
|
273
|
+
cvs.delete("TITLE")
|
274
|
-
|
274
|
+
|
275
|
-
|
275
|
+
index=2
|
276
276
|
|
277
277
|
elif index==2:# 落下
|
278
278
|
|