mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
Add penguin frame attribute
This commit is contained in:
parent
05d37165a2
commit
039169805e
@ -4,7 +4,7 @@ from houdini.data.permission import PermissionCrumbsCollection
|
||||
|
||||
class Penguin(Spheniscidae):
|
||||
|
||||
__slots__ = ['x', 'y', 'room', 'waddle', 'table', 'data', 'member',
|
||||
__slots__ = ['x', 'y', 'frame','room', 'waddle', 'table', 'data',
|
||||
'membership_days', 'avatar', 'walking_puffle']
|
||||
'walking_puffle', 'permissions']
|
||||
|
||||
@ -12,6 +12,7 @@ class Penguin(Spheniscidae):
|
||||
super().__init__(*args)
|
||||
|
||||
self.x, self.y = (0, 0)
|
||||
self.frame = 1
|
||||
self.room = None
|
||||
self.waddle = None
|
||||
self.table = None
|
||||
|
Loading…
Reference in New Issue
Block a user