Updated Documentation (markdown)

Kevin Harrison 2018-12-13 23:25:02 +00:00
parent 4c8e36aa0e
commit 32172a8e06

@ -63,7 +63,7 @@ End the current frame. Call this once every [love.update](https://love2d.org/wik
## Transform
All transform functions must be called after ui:frameBegin and before any non-transform functions.
All transform functions must be called after `ui:frameBegin` and before any non-transform functions.
#### ui:rotate(angle)
Rotate the UI by `angle` (in radians).