about summary refs log tree commit diff homepage
path: root/brutalmaze/__init__.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-09 15:22:39 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-09 15:22:39 +0700
commitf177f5aef0fac0fed90279b5c64a591f14d777eb (patch)
treea39c025f9f3654b40509867f65dc21d6c355e3f4 /brutalmaze/__init__.py
parent96a82a67a0173c6c448897c05ddcb4d139329b0f (diff)
downloadbrutalmaze-f177f5aef0fac0fed90279b5c64a591f14d777eb.tar.gz
Make enemies truely unitasking 0.0.4
Diffstat (limited to 'brutalmaze/__init__.py')
-rw-r--r--brutalmaze/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index 5111000..75b07c7 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1,5 +1,5 @@
-"""Brutal Maze is a research hash and slash game with fast-paced action
-and a minimalist art style.
+"""Brutal Maze is a hash and slash game with fast-paced action and a
+minimalist art style.
 """
 
 from .main import main