Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Fraser <alex@phatcore.com>2012-10-02 18:15:02 +0400
committerAlex Fraser <alex@phatcore.com>2012-10-02 18:15:02 +0400
commit27c4c1f417676b5bfd0ef240167e23dbc3ea9556 (patch)
tree6752027e6e0fa5accc47400c338509751156cf5c /doc/python_api/rst/bge.logic.rst
parent62c151bd1c15b1f74b2b23736e06e5b43627381c (diff)
Added example of KX_GameObject subclassing to game engine docs.
Diffstat (limited to 'doc/python_api/rst/bge.logic.rst')
-rw-r--r--doc/python_api/rst/bge.logic.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index 0d1d0df88c3..260a86f7c59 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -2,9 +2,9 @@
Game Logic (bge.logic)
======================
-*****
-Intro
-*****
+************
+Introduction
+************
Module to access logic functions, imported automatically into the python controllers namespace.