Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lzt120 on May 30, 2012, 01:38:43 AM

Title: Racing Track Minimap By NGUI
Post by: lzt120 on May 30, 2012, 01:38:43 AM
I want to make one minimap as attach on the top right cornor by NGUI and how can I make it ?
Title: Re: Racing Track Minimap By NGUI
Post by: Shelt on May 30, 2012, 07:14:38 AM
Anchor a UISprite, showing the map, to the Top Right corner using UIAnchor.
Then manually calculate the position of the players to correctly display them above your minimap and render additional sprite for each player.
Title: Re: Racing Track Minimap By NGUI
Post by: derkoi on June 01, 2012, 03:29:36 AM
This is the exact thing I need to do in my next game.  :)