

Code: Select all
font.render(text, (.5 - w / 2, .69),(1, 0, 0),0.00175)
Code: Select all
#myfingershurt:
#separating lyrics positions for GH3 and Rockband mods:
if self.theme == 2:
#RB mod
#font.render(text, (.525 - w / 2, .65),(1, 0, 0),0.00150) #totally centered in RB! lookin good - this is slightly smaller, between frets & multiplier
font.render(text, (.515 - w / 2, .715),(1, 0, 0),0.00170) #centered underneath overdrive
else:
#gh3 or other standard mod
font.render(text, (.5 - w / 2, .69),(1, 0, 0),0.00175) #default, this displays center bottom
Return to “FOF Mod Discussion and Support”
Users browsing this forum: No registered users and 8 guests