ソースを参照

add more animations

Thomas Buck 8ヶ月前
コミット
d1b9f12d24
3個のファイルの変更6行の追加0行の削除
  1. バイナリ
      images/64_bot.gif
  2. バイナリ
      images/64_mantis.gif
  3. 6
    0
      livingroom.py

バイナリ
images/64_bot.gif ファイルの表示


バイナリ
images/64_mantis.gif ファイルの表示


+ 6
- 0
livingroom.py ファイルの表示

@@ -75,6 +75,12 @@ m.add(Solid(t, pause))
75 75
 m.add(ImageScreen(t, "64_snake2.gif", 0.2, 1))
76 76
 m.add(Solid(t, pause))
77 77
 
78
+m.add(ImageScreen(t, "64_mantis.gif", 0.2, 2))
79
+m.add(Solid(t, pause))
80
+
81
+m.add(ImageScreen(t, "64_bot.gif", 0.1, 1))
82
+m.add(Solid(t, pause))
83
+
78 84
 m.add(Breakout(t, i))
79 85
 m.add(Solid(t, pause))
80 86
 

読み込み中…
キャンセル
保存