About Store Forum Documentation Contact



Post Reply 
Different image and dot position
Author Message
Harry Offline
Member

Post: #1
Different image and dot position
D.dot(GRAY,targetPosition,0.01);
Images("Gfx/MiniMap/targetPosition.gfx")->draw(GREY,Color(0,0,0,0),targetPosition,0.04,0.04);

Why this two codes show me another result?

Screen:
http://img822.imageshack.us/i/scrsh7z.jpg/
(This post was last modified: 02-19-2011 04:49 PM by Harry.)
02-19-2011 04:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
menajev Offline
Member

Post: #2
RE: Different image and dot position
Guess - D::dot == Image::drawCenter.
02-19-2011 07:49 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Different image and dot position
Thanks a lot. It works. How did you guess that?
02-19-2011 08:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply