Separated shading on egg from the rotating graphic to make the rolling egg look more...
[supertux.git] / data / images / powerups / egg / egg.sprite
index d1eac26..0ad6b82 100644 (file)
@@ -1,7 +1,11 @@
 (supertux-sprite
-       (action
-         (name "default")
-         (images "egg.png")
-       )        
+  (action
+    (name "default")
+    (images "egg.png")
+  )
+  (action
+    (name "shadow")
+    (images "egg-shade.png")
+  )
 )