Key

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

class Key.Key(key_tileset=<Surface(160x160x32 SW)>)

Bases: Collectable

This class describes the representation of the Key Object

render_collectable(screen, scale_factor)

Rendering of the Key Object on the screen using a tile set

Parameters

param screen:

Screen where dungeon_gui runs

type screen:

pygame Surface

param scale_factor:

Object scale factor

type scale_factor:

int