Browse Source

add more animations

Thomas Buck 1 year ago
parent
commit
d1b9f12d24
3 changed files with 6 additions and 0 deletions
  1. BIN
      images/64_bot.gif
  2. BIN
      images/64_mantis.gif
  3. 6
    0
      livingroom.py

BIN
images/64_bot.gif View File


BIN
images/64_mantis.gif View File


+ 6
- 0
livingroom.py View File

75
 m.add(ImageScreen(t, "64_snake2.gif", 0.2, 1))
75
 m.add(ImageScreen(t, "64_snake2.gif", 0.2, 1))
76
 m.add(Solid(t, pause))
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
 m.add(Breakout(t, i))
84
 m.add(Breakout(t, i))
79
 m.add(Solid(t, pause))
85
 m.add(Solid(t, pause))
80
 
86
 

Loading…
Cancel
Save