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:
authorDalai Felinto <dfelinto@gmail.com>2012-01-23 23:53:23 +0400
committerDalai Felinto <dfelinto@gmail.com>2012-01-23 23:53:23 +0400
commit5585b3e9084a96f54c5b75479a492b504252351b (patch)
tree4aa70a529afaceec01cd307abf4a834ae2e46d94 /doc/python_api/examples
parent99dc4ec69170a9a68e8ab20eede64bb88cba006f (diff)
rst bge touch ups: making the title of the examples slightly more noticeable
- it's still not correct, comparing to the other examples, but at least it looks okish. - fixed some small typos
Diffstat (limited to 'doc/python_api/examples')
-rw-r--r--doc/python_api/examples/bge.constraints.py2
-rw-r--r--doc/python_api/examples/bge.texture.1.py4
-rw-r--r--doc/python_api/examples/bge.texture.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/python_api/examples/bge.constraints.py b/doc/python_api/examples/bge.constraints.py
index de2f7e0a39d..e76fc3dd13b 100644
--- a/doc/python_api/examples/bge.constraints.py
+++ b/doc/python_api/examples/bge.constraints.py
@@ -1,6 +1,6 @@
"""
Basic Physics Constraint
-++++++++++++++++++++++
+++++++++++++++++++++++++
Example of how to create a hinge Physics Constraint between two objects.
"""
from bge import logic
diff --git a/doc/python_api/examples/bge.texture.1.py b/doc/python_api/examples/bge.texture.1.py
index 918ffc9772d..fba369739f7 100644
--- a/doc/python_api/examples/bge.texture.1.py
+++ b/doc/python_api/examples/bge.texture.1.py
@@ -1,6 +1,6 @@
"""
-Texture replacement
-++++++++++++++++++++++
+Texture Replacement
++++++++++++++++++++
Example of how to replace a texture in game with an external image.
createTexture() and removeTexture() are to be called from a module Python
Controller.
diff --git a/doc/python_api/examples/bge.texture.py b/doc/python_api/examples/bge.texture.py
index 70e4d6d9377..1ba0b99fc27 100644
--- a/doc/python_api/examples/bge.texture.py
+++ b/doc/python_api/examples/bge.texture.py
@@ -1,6 +1,6 @@
"""
Basic Video Playback
-++++++++++++++++++++++
+++++++++++++++++++++
Example of how to replace a texture in game with a video. It needs to run everyframe
"""
import bge