Author Topic: Minor Update Suggestions  (Read 3128 times)

KeithT

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 55
    • View Profile
Minor Update Suggestions
« on: April 18, 2012, 06:04:18 AM »
We have to make a couple of changes to the NGUI library every time we update and wondered if the changes we make would be useful in an update:

1. We need to call NGUI tweens from code so in UIButtonTween we make the "Play" public.
2. In UIlocalize we add an sp.MakePixelPerfect(); after sp.spriteName = val; to solve image layout issues when the language changes.

Useful ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Minor Update Suggestions
« Reply #1 on: April 18, 2012, 06:54:07 AM »
Certainly. I've added them to my local copy, so you will see them in the next update... and since I'm pushing out a bug fix in that update, it'll be out within the hour.