Skip to content

Commit

Permalink
fix little error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Apr 5, 2021
1 parent 98b5281 commit e0ce7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/utils/color.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Variables
.. note:: These components must be between 0 and 255

Functions
^^^^^^^^^
---------

- darker(force=1): Return a darker color. (force -> integer)
- lighter(force=1): Return a lighter color. (force -> integer)
Expand Down
2 changes: 1 addition & 1 deletion engine/utils/vec2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Variables
- y: Y coords (integer)

Functions
^^^^^^^^^
---------

- coords(): Return list with X and Y coords
- set_coords(x, y): Set x and y coords (x -> integer, y -> integer)
Expand Down

0 comments on commit e0ce7a8

Please sign in to comment.