瀏覽代碼

*** empty log message ***

Mark Mine 24 年之前
父節點
當前提交
76cc9c659e
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      direct/src/extensions/SpriteParticleRenderer-extensions.py

+ 3 - 2
direct/src/extensions/SpriteParticleRenderer-extensions.py

@@ -6,8 +6,9 @@
 
 
     # Initialize class variable for source file and node for node path textures
     # Initialize class variable for source file and node for node path textures
     # Will use instance copy of this in functions below
     # Will use instance copy of this in functions below
-    sourceFileName = 'models/directmodels/smiley'
-    sourceNodeName = '**/Happy'
+    # For now hardcode in a toontown model
+    sourceFileName = 'phase_5/models/props/suit-particles'
+    sourceNodeName = '**/fire'
 
 
     def getSourceFileName(self):
     def getSourceFileName(self):
         # Return instance copy of class variable
         # Return instance copy of class variable