diff options
Diffstat (limited to 'entityx/python/README.md')
-rw-r--r-- | entityx/python/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entityx/python/README.md b/entityx/python/README.md index f4f6aa2..9b06903 100644 --- a/entityx/python/README.md +++ b/entityx/python/README.md @@ -10,7 +10,7 @@ Planned features that are currently unimplemented: ## Design -- Python scripts are attached to entities with `PythonComponent`. +- Python scripts are attached to entities via `PythonComponent`. - Systems and components can not be created from Python, primarily for performance reasons. - Events are proxied directly to Python entities via `PythonEventProxy` objects. - Each event to be handled in Python must have an associated `PythonEventProxy`implementation. |