view gamelib/icons.py @ 113:55105d3bdab1

Renamed fire-rifle to fire-machinegun, and added a single-shot rifle Adjusted convert_audio so you can specify a converter, namely oggenc, as nothing else seems to handle fire-rifle.wav
author David Fraser <davidf@sjsoft.com>
date Wed, 02 Sep 2009 19:13:54 +0000
parents 7d043a210121
children a7d803275a23
line wrap: on
line source

"""Constant definitions for the icons we use"""

from pgu.gui import Image

import data

KILLED_FOX = Image(data.filepath('icons/killed_fox.png'))
CHKN_ICON = Image(data.filepath('icons/chkn.png'))