Removed RCS-style IDs.
[multipass-eu.git] / src / intro.rb
index 589d5cf4f0194d2661b00ff7f04a45b95d5ae88a..22726174f3891ce6dcdcf78c300afb339a268b2d 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: intro.rb 1 2005-04-19 09:41:42Z tilman $
-
 c = EDJE.collection("euphoria")
 
 c.part("player.normal.animation.intro", :image) do |p|
@@ -9,10 +7,10 @@ c.part("player.normal.animation.intro", :image) do |p|
                d.rel[1].set_rel(0.0, 0.0)
 
                d.auto_rel = true
-               d.image = "images/anim-intro_00.png"
+               d.image = "anim-intro_00.png"
 
                1.upto(74) do |i|
-                       d.tweens << "images/anim-intro_%02i.png" % i
+                       d.tweens << "anim-intro_%02i.png" % i
                end
        end
 end