Browse Source

Missing texture-path

Josh Yelon 21 years ago
parent
commit
27956d0fd4
1 changed files with 7 additions and 4 deletions
  1. 7 4
      doc/doc/Config.prc

+ 7 - 4
doc/doc/Config.prc

@@ -43,10 +43,13 @@ framebuffer-mode rgba double-buffer depth multisample hardware software
 # want to set this to a sensible path for yourself.  $THIS_PRC_DIR is
 # want to set this to a sensible path for yourself.  $THIS_PRC_DIR is
 # a special variable that indicates the same directory as this
 # a special variable that indicates the same directory as this
 # particular Config.prc file.
 # particular Config.prc file.
-model-path  .
-model-path  $THIS_PRC_DIR/..
-sound-path  .
-sound-path  $THIS_PRC_DIR/..
+
+model-path    .
+model-path    $THIS_PRC_DIR/..
+sound-path    .
+sound-path    $THIS_PRC_DIR/..
+texture-path  .
+texture-path  $THIS_PRC_DIR/..
 
 
 # This makes the egg loader available to load egg files.
 # This makes the egg loader available to load egg files.
 load-file-type pandaegg
 load-file-type pandaegg