Browse Source

Path fixes

Josh Yelon 21 years ago
parent
commit
572669e74d

+ 1 - 1
dmodels/src/misc/Dirlight.egg

@@ -4,7 +4,7 @@
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Dirlight.egg'"
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Dirlight.egg'"
 }
 }
 <Texture> Tex1 {
 <Texture> Tex1 {
-  "DirLight.tif"
+  "../maps/Dirlight.png"
   <Scalar> format { rgb }
   <Scalar> format { rgb }
   <Scalar> wrapu { repeat }
   <Scalar> wrapu { repeat }
   <Scalar> wrapv { repeat }
   <Scalar> wrapv { repeat }

+ 1 - 1
dmodels/src/misc/Pointlight.egg

@@ -4,7 +4,7 @@
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Pointlight.egg'"
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Pointlight.egg'"
 }
 }
 <Texture> Tex1 {
 <Texture> Tex1 {
-  "PointLight.tif"
+  "../maps/Pointlight.png"
   <Scalar> format { rgb }
   <Scalar> format { rgb }
   <Scalar> wrapu { repeat }
   <Scalar> wrapu { repeat }
   <Scalar> wrapv { repeat }
   <Scalar> wrapv { repeat }

+ 1 - 1
dmodels/src/misc/Spotlight.egg

@@ -4,7 +4,7 @@
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Spotlight.egg'"
   "MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Spotlight.egg'"
 }
 }
 <Texture> Tex1 {
 <Texture> Tex1 {
-  "Spotlight.tif"
+  "../maps/Spotlight.png"
   <Scalar> format { rgb }
   <Scalar> format { rgb }
   <Scalar> wrapu { repeat }
   <Scalar> wrapu { repeat }
   <Scalar> wrapv { repeat }
   <Scalar> wrapv { repeat }