comparison engine/python/fife/extensions/__init__.py @ 492:16ceb3228324

Moved the SoundManager and the 2D math function (helpers) from the shooter demo to the fife extensions. Fixed fife_timer as it didn't work in the first place. Modified the SoundManager to use the now working fife_timer and removed the Timer class from the shooter demo entirely
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 07 May 2010 21:07:27 +0000
parents 64738befdf3b
children 466d76db9701
comparison
equal deleted inserted replaced
491:c4168eb47a44 492:16ceb3228324
7 'fife_utils', 7 'fife_utils',
8 'fifelog', 8 'fifelog',
9 'filebrowser', 9 'filebrowser',
10 'pythonize', 10 'pythonize',
11 'savers', 11 'savers',
12 'soundmanager',
13 'fife_math'
12 ] 14 ]