boskee / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
207 stars 33 forks source link

Use pyglet resource.path to index sound resource files v2 #34

Closed Nebual closed 11 years ago

Nebual commented 11 years ago

Thanks to PR #32 by @tfaris Pyglet does not like backslashes at all, and wants to be fed /'s only

This works fine on Windows 7 and should be fine on all other OSes.