protect resources (images) within a pygame-program
Max M
maxm at mxm.dk
Thu Oct 21 15:32:50 EDT 2004
More information about the Python-list mailing list
Thu Oct 21 15:32:50 EDT 2004
- Previous message (by thread): protect resources (images) within a pygame-program
- Next message (by thread): Help needed: Printing unicode characters in user defined format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
benjamin wrote: > A pygame/python game resource question > ###################################### > I wander whether there is any possibility to compile a bunch of > resources for a program, like images and soundfiles into a package > like, let´s say "game.dat", so they do´t fly around in the programs > folder und can be edited by everyone. > Hope somebody can help me. The easiest approach would probably be to load them into a whooping big dictionar and save that as a pickle. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science
- Previous message (by thread): protect resources (images) within a pygame-program
- Next message (by thread): Help needed: Printing unicode characters in user defined format
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list