Changeset - 67a1fa40924f
[Not reviewed]
default
0 1 0
drewp - 22 years ago 2002-07-09 08:53:19

fixed some names to match primary names in patch
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light8/stage.py
Show inline comments
 
@@ -367,9 +367,8 @@ def createlights(s):
 
    s.addlight('main 10',(597, 556),aim=(339, 444))
 
    s.addlight('main 11',(636, 556),aim=(449, 409))
 

	
 
    s.addlight('sidepost2', (785, 609))
 
    s.addlight('sidepost1', (8, 613))
 

	
 
    s.addlight('side r', (785, 609))
 
    s.addlight('side l', (8, 613))
 

	
 
if __name__=='__main__':
 
    root=Tk()
0 comments (0 inline, 0 general)