Use imagedir/fontdir.
[multipass-eu.git] / src / intro.rb
index 589d5cf4f0194d2661b00ff7f04a45b95d5ae88a..b500680667f4991062c0b3830932d228fa515df9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: intro.rb 1 2005-04-19 09:41:42Z tilman $
+# $Id: intro.rb 26 2005-06-22 20:19:41Z tilman $
 
 c = EDJE.collection("euphoria")
 
@@ -9,10 +9,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