mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
24 lines
447 B
Plaintext
24 lines
447 B
Plaintext
|
(
|
||
|
music: [(
|
||
|
name: "Desert jams",
|
||
|
authors: ["AuthorOne", "author two"],
|
||
|
)],
|
||
|
fonts: [(
|
||
|
name: "Wizard",
|
||
|
license: "cc-by-sa 3",
|
||
|
)],
|
||
|
other_art: [(
|
||
|
name: "Voxel shrooms",
|
||
|
authors: ["AuthorOne", "author two"],
|
||
|
)],
|
||
|
contributors: [
|
||
|
(
|
||
|
name: "Example",
|
||
|
contributions: "An example note",
|
||
|
),
|
||
|
(
|
||
|
name: "Example Two",
|
||
|
),
|
||
|
],
|
||
|
)
|