Wario-Land-3 icon indicating copy to clipboard operation
Wario-Land-3 copied to clipboard

Create "ResourcePaths.py"-module to store paths to resource-files

Open Nearoo opened this issue 9 years ago • 0 comments

It would probably be a good idea to store the paths to source-files centralized in a seperate module, so it's easy to move the images around while the project grows... Example:

# Images:
IMG_ANI_walk_r = "images\\ANI_walk_r.png"
# Sound:
SND_shoot_fireball = "sound\\tmp\\shoot_sound.wav"

Nearoo avatar Jul 14 '15 16:07 Nearoo