Collectable

This module is part of the dungeon_gui package, for the graphical representation of the dungeon

class collectable.Collectable

Bases: object

This is the superclass for all Collectable Objects

collect()

Sets the collected attribute for the Object to True

render_collectable()

Rendering of Collectable Object, implemented in all Collectable Class