comparison components/Behavior.py @ 41:ff3e395abf91

Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
author KarstenBock@gmx.net
date Mon, 05 Sep 2011 15:00:34 +0200
parents def430d59281
children
comparison
equal deleted inserted replaced
40:2e3ab06a2f47 41:ff3e395abf91
9 # GNU General Public License for more details. 9 # GNU General Public License for more details.
10 # 10 #
11 # You should have received a copy of the GNU General Public License 11 # You should have received a copy of the GNU General Public License
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. 12 # along with this program. If not, see <http://www.gnu.org/licenses/>.
13 13
14 from parpg.grease.component import Component 14 from bGrease.component import Component
15 15
16 class Behavior(Component): 16 class Behavior(Component):
17 """ 17 """
18 Component that defines how an entity interacts with the world though 18 Component that defines how an entity interacts with the world though
19 scripting. 19 scripting.