Mercurial > parpg-source
comparison components/change_map.py @ 188:2a12e2843984
Removed bGrease, which is in a seperate repository, here: https://github.com/Beliaar/bGrease
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Tue, 27 Mar 2012 13:41:20 +0200 |
parents | 939984cff702 |
children |
comparison
equal
deleted
inserted
replaced
187:ab6a0fd1668a | 188:2a12e2843984 |
---|---|
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 base import Base | 14 from base import Base |
15 from parpg.bGrease.geometry import Vec2d | 15 from bGrease.geometry import Vec2d |
16 | 16 |
17 class ChangeMap(Base): | 17 class ChangeMap(Base): |
18 """Component that allows an entity to be contained by Container entity.""" | 18 """Component that allows an entity to be contained by Container entity.""" |
19 | 19 |
20 def __init__(self): | 20 def __init__(self): |