Schüsse nach Tod despawnen.
authorWintermute <wintermute@hannover.ccc.de>
Sat, 19 Oct 2013 19:52:57 +0000 (21:52 +0200)
committerWintermute <wintermute@hannover.ccc.de>
Sat, 19 Oct 2013 19:52:57 +0000 (21:52 +0200)
Makefile
badge/jumpnrun/jumpnrun.c
badge/jumpnrun/lubilove.lv [new file with mode: 0644]

index 9d1938d..ac9a3d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ SRCS = \
   badge/jumpnrun/jumpnrun.c \\r
   badge/jumpnrun/level_load.c \\r
   badge/jumpnrun/tiles.c \\r
+  badge/jumpnrun/stats.c \\r
   badge/ui/display.c \\r
   badge/ui/event.c \\r
   badge/ui/font.c \\r
index dc1dc6c..79fa6b3 100644 (file)
@@ -362,6 +362,7 @@ uint8_t jumpnrun_play(char const *lvname) {
     gs.status = JUMPNRUN_PLAYING;
     gs.left = 0;
     memset(&gs.player, 0, sizeof(gs.player));
+    memset(&gs.shots , 0, sizeof(gs.shots ));
     gs.player.current_box = rectangle_new(lv.start_pos,
                                           hacker_extents());
 
diff --git a/badge/jumpnrun/lubilove.lv b/badge/jumpnrun/lubilove.lv
new file mode 100644 (file)
index 0000000..0f5653e
--- /dev/null
@@ -0,0 +1,44 @@
+vvvvvvvvvvvvvvvvvvv##################################################################                  ###################
+                                                                                                                      
+                                                                                                                           
+                                                                                                                                            
+                                                                                                                          
+                                                                                  ?????       ####       k                
+                                                                                  vvvvv       vvvv    ^????     
+               #########                                                                              vvvvv                  
+              ###  #  ###                                                  ????^                                        
+             ###       ###                                                 vvvv                                            
+            #####     #####                                                                                            @    @
+  P        #######   #######                   M  M                          e      H           H                                       
+################### #########  ######^^^??##############^^##^^###^^#######################################################
+
+[tiles]
+0 tube_top_left
+1 tube_top_right
+2 tube_left
+3 tube_right
+# brick
+? square
+^ spike_up
+v spike_down
+> spike_right
+< spike_left
+
+[items]
+d doc
+c checkpoint
+k key
+e doc_encrypted
+
+[enemies]
+C cat
+M mushroom
+B bunny
+S snake
+@ spiral
+R rotor
+H dog
+G giraffe
+V bird
+W bird_straight
+X bird_dip
This page took 0.031066 seconds and 4 git commands to generate.