/[libvob]/libvob/lava/bgfilegen.py
ViewVC logotype

Diff of /libvob/lava/bgfilegen.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by humppake, Tue Apr 29 15:07:04 2003 UTC revision 1.2 by humppake, Tue Apr 29 15:31:11 2003 UTC
# Line 66  def genBgFileFromSeed(w, vs, seed): Line 66  def genBgFileFromSeed(w, vs, seed):
66      vs.map.put(pq, cs, 0)      vs.map.put(pq, cs, 0)
67      w.renderStill(vs, 0)      w.renderStill(vs, 0)
68    
69      print 'Saving bacground texture into %s.png.' % (str(seed))      print 'Saving bacground texture into %s.paper.gen.png.' % (str(seed))
70      saveanim.saveframe(str(seed)+'.png', w, 0, 0, 384, 384)        saveanim.saveframe(str(seed)+'paper.gen.png', w, 0, 0, 384, 384)  
71    
72  class Main(Runnable):  class Main(Runnable):
73      def run(self):      def run(self):

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26