Skip to content

Commit

Permalink
Add final missing music + music data. (#8)
Browse files Browse the repository at this point in the history
* Add music file, scroll, stone and disc textures for OST

* Add Constant Reminders to sounds.json
  • Loading branch information
worldwidepixel authored Nov 22, 2024
1 parent 93c6051 commit 1f7772f
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "WorldWidePixel - Bastille",
"length_in_seconds": 158.0,
"sound_event": {
"sound_id": "mf121_music:music.bastille"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "WorldWidePixel - Constant Reminders",
"length_in_seconds": 123.0,
"sound_event": {
"sound_id": "mf121_music:music.constant_reminders"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "WorldWidePixel - Montreal",
"length_in_seconds": 157.0,
"sound_event": {
"sound_id": "mf121_music:music.montreal"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "WorldWidePixel - Stasis Overture",
"length_in_seconds": 186.0,
"sound_event": {
"sound_id": "mf121_music:music.stasis_overture"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 1,
"description": "WorldWidePixel - Time Enough to Say Farewell",
"length_in_seconds": 168.0,
"sound_event": {
"sound_id": "mf121_music:music.time_farewell"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"music.time_farewell": {
"sounds": ["mf121_music:music/time_farewell"]
},
"music.constant_reminders": {
"sounds": ["mf121_music:music/constant_reminders"]
}
}
Binary file not shown.

0 comments on commit 1f7772f

Please sign in to comment.