contrib: remove crazy_moles
[nit.git] / examples / mnit_dino / src / fancy_dino.nit
index 8b7b104..0a486b3 100644 (file)
@@ -56,6 +56,8 @@ redef class Dino
                end
                var img_radius = (img.width/2).to_f
 
+               display.blit_centered( imgs.dino_shadow, spos.x.to_i, spos.y.to_i )
+
                if turning then
                        if going_left then
                                turning_angle += turning_step