-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Explain draw_line and draw_rect coordinates
#6455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@clayjohn @kleonc Could you provide feedback on this? See also godotengine/godot#41239. |
66231ba to
b2b23c7
Compare
|
cc @clayjohn |
clayjohn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. This is going to be very helpful
49383f8 to
5163a97
Compare
clayjohn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
5163a97 to
519b8ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks!
Add the following schemas and code examples.
It may not be obvious to many users (like me before) how exactly these methods work and that sometimes non-integer coordinates are needed.
Closes godotengine/godot#41023.