Files
skelly/assets/sources.yaml

53 lines
2.0 KiB
YAML

# Asset Attribution and Source Information
# Every asset in this project must be documented here with complete metadata
# Required fields: source, license, attribution, modifications, usage
audio:
music:
"Space Horror InGame Music (Exploration) _Clement Panchout.wav":
source: "https://clement-panchout.itch.io/yet-another-free-music-pack"
license: "" # TODO: Verify license from source
attribution: "Space Horror InGame Music by Clement Panchout"
modifications: "Converted to WAV format, loop configuration applied in AudioManager"
usage: "Background music for all gameplay scenes and menus"
sfx:
"817587__silverdubloons__tick06.wav":
source: "https://freesound.org/people/SilverDubloons/sounds/817587/"
license: "" # TODO: Verify license from freesound.org
attribution: "Tick06 by SilverDubloons"
modifications: "None"
usage: "UI button click sound effects throughout the application"
sprites:
characters:
skeleton:
"assets/sprites/characters/skeleton/*":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Placeholder for animation sprites"
skulls:
"assets/sprites/skulls/*":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skelly-assests"
license: "CC"
attribution: "Skelly icons by @nett00n"
modifications: ""
usage: ""
Referenced in original sources.yaml but file not found:
textures:
backgrounds:
"BG.pg":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skelly-assests"
license: "CC"
attribution: "Skelly icons by @nett00n"
modifications: ""
usage: ""
# TODO: Verify all license information by visiting source URLs
# TODO: Check for any missing assets not documented here
# TODO: Confirm all attribution text meets source requirements