Mind-Interfaces / THE-12-DAEMONS-OF-XMAS

THE-12-DAEMONS-OF-XMAS
Other
3 stars 1 forks source link

INTRO.py #10

Open Mind-Interfaces opened 7 months ago

Mind-Interfaces commented 7 months ago

Initial assets need placement.

This means creating the game asset file (.png) at the requested location.

Utilize the corresponding art sprite sheets, or render new assets if overly inspired.

BACKGROUND_MUSIC_PATH = '../BGM/LVL-01/110-G-minor-1337.wav'
TREE_IMAGES = {
    "default": '../IMG/default_tree.png',
    "exploding": '../IMG/exploding_tree.png',
    "exploded": '../IMG/exploded_tree.png'
}
TITLE_IMAGE_PATH = '../IMG/game_title.png'
DEBUG_DAEMON_IMAGE_PATH = '../IMG/debug_daemon.png'  # Debug image
Mind-Interfaces commented 7 months ago

https://github.com/Mind-Interfaces/THE-12-DAEMONS-OF-XMAS/blob/main/DEV/INTRO-SCENE.md