LINOGE
Member
|
Mini map point
Quick question: On esentel MMO, there is a white dot on the center of the minimap, how do I remove that? It's possible?
|
|
10-02-2012 09:46 PM |
|
laugan
Member
|
RE: Mini map point
check minimap drawing function, you'll find a command that draws it.
(i don't think i am able to tell anything about non-free codes, but in \Tutorials\Source\Advanced\4 - Demos, Game Basics\Game Basics\23 - Mini Maps.cpp it is line 80).
|
|
10-03-2012 08:17 AM |
|
LINOGE
Member
|
RE: Mini map point
I really didn't noticed that:
rect.center().draw(WHITE);
Thank you.
|
|
10-03-2012 11:16 AM |
|