Skip to content

Commit

Permalink
Typo: "worlds" should be "worldz" (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
totebo authored May 24, 2020
1 parent 98cc49a commit c89e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ _PARAMETERS_
* __x__ <kbd>number</kbd> - Screen X
* __y__ <kbd>number</kbd> - Screen Y
* __delta__ <kbd>bool</kbd> - If `x` and `y` are for a delta (change in) screen position, rather than an absolute screen position.
* __worlds__ <kbd>number</kbd> - World Z position to find the X and Y coordinates at. Defaults to the current camera's "2d World Z" setting.
* __worldz__ <kbd>number</kbd> - World Z position to find the X and Y coordinates at. Defaults to the current camera's "2d World Z" setting.
* __raw__ <kbd>bool</kbd> - If the function should return a vector (nil/false), or return raw x, y, and z values (true)

_RETURNS if raw is nil/false_
Expand Down

0 comments on commit c89e25e

Please sign in to comment.