diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-24 20:54:56 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-24 20:54:56 +0700 |
commit | 754610a0954d42a233f0a76ad53470f1f91573bc (patch) | |
tree | c785bcaeaafd1e159fe95325f4306304394a30ec /docs/source/gameplay.rst | |
parent | 328f6809f846486b206a2014a56e1fa764f5edcd (diff) | |
download | brutalmaze-754610a0954d42a233f0a76ad53470f1f91573bc.tar.gz |
Render math correctly and clean up docs
Diffstat (limited to 'docs/source/gameplay.rst')
-rw-r--r-- | docs/source/gameplay.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/gameplay.rst b/docs/source/gameplay.rst index eed3a05..8903bd7 100644 --- a/docs/source/gameplay.rst +++ b/docs/source/gameplay.rst @@ -110,5 +110,7 @@ As the hero always follow the mouse, perse perform close-range attack while doing so. Unlike the automatic ones, there isn't any delay between two manual slashings. -.. _trigon: https://www.pygame.org/docs/ref/gfxdraw.html#pygame.gfxdraw.aatrigon -.. _the Tango palette: https://en.wikipedia.org/wiki/Tango_Desktop_Project#Palette +.. _trigon: + https://www.pygame.org/docs/ref/gfxdraw.html#pygame.gfxdraw.aatrigon +.. _the Tango palette: + https://en.wikipedia.org/wiki/Tango_Desktop_Project#Palette |