Thor patch status label problem

luan122

New member
Messages
38
Points
0
When i open the patch it show the progress bar correct, but not the file that was getting

Code of label:[Label:Status]AutoResize = falseWidth=352Height=50Left=105Top=563Alignment='left'FontColor=$000000FontName =''FontSize =Text=''Hook='StatusChange'

patch error.jpg

 
Make sure your top and left are correct. Use photoshop's slice tool.

Sample

Code:
[Label:Status]AutoResize = falseWidth=352Height=50Left=105Top=563Alignment='left'FontColor=$000000FontName = 'Arial'FontSize =Text=''Hook='StatusChange'
 
Make sure your top and left are correct. Use photoshop's slice tool.

Sample

[Label:Status]AutoResize = falseWidth=352Height=50Left=105Top=563Alignment='left'FontColor=$000000FontName = 'Arial'FontSize =Text=''Hook='StatusChange'
The problem persist, i used the slice to see the correct location of top and left... I really dont know what i can do

 
Back
Top