We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a59f3 commit f638833Copy full SHA for f638833
docs/faq.rst
@@ -0,0 +1,10 @@
1
+Frequently Asked Questions
2
+==========================
3
+
4
+How do you set a frames-per-second while using contexts?
5
+--------------------------------------------------------
6
7
+You'll need to use an external tool to manage the framerate.
8
+This can either be your own custom tool or you can copy the Clock class from the
9
+`framerate.py <https://github.com/libtcod/python-tcod/blob/develop/examples/framerate.py>`_
10
+example.
docs/index.rst
@@ -17,11 +17,8 @@ Contents:
17
18
installation
19
glossary
20
-
21
-.. toctree::
22
- :maxdepth: 1
23
24
changelog
+ faq
25
26
.. toctree::
27
:maxdepth: 2
0 commit comments