Files
skelly/assets/sources.yaml
Vladimir nett00n Budylnikov e2e49f89ce
Some checks failed
GDScript Auto-Formatting / Auto-Format GDScript Code (pull_request) Failing after 16s
GDScript Linting / GDScript Code Quality Check (pull_request) Failing after 13s
use skulls instead of gems
2025-09-28 17:27:44 +04:00

144 lines
5.2 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:
"Skeleton Attack.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character attack animation sprite"
"Skeleton Dead.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character death animation sprite"
"Skeleton Hit.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character hit reaction animation sprite"
"Skeleton Idle.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character idle animation sprite"
"Skeleton React.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character reaction animation sprite"
"Skeleton Walk.png":
source: "https://jesse-m.itch.io/skeleton-pack"
license: "" # TODO: Verify license from itch.io page
attribution: "Skeleton Pack by Jesse M"
modifications: ""
usage: "Skeleton character walking animation sprite"
skulls:
"blue.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"green.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"grey.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"orange.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"pink.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"purple.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: CC""
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"red.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"dark-blue.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
"yellow.png":
source: "https://gitea.nett00n.org/nett00n/pixelart/src/branch/main/pixelorama/2025-skulls-icons"
license: "CC"
attribution: "Skull icons by @nett00n"
modifications: ""
usage: ""
Referenced in original sources.yaml but file not found:
textures:
backgrounds:
"beanstalk-dark.webp":
source: "https://www.toptal.com/designers/subtlepatterns/beanstalk-dark-pattern/"
license: "" # TODO: Verify license and locate file
attribution: "Beanstalk Dark pattern from Subtle Patterns"
modifications: ""
usage: "Background texture (file location TBD)"
# 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