Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pixi sound #3

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Binary file added A New Horizen.mp3
Binary file not shown.
Binary file added All the Beautiful Stars.mp3
Binary file not shown.
Binary file added Attacked.mp3
Binary file not shown.
Binary file added Fighting For Survival.mp3
Binary file not shown.
Binary file added Fly Through The Stars for Solo Cello.mp3
Binary file not shown.
Binary file added Habitation Complete (SFX.mp3
Binary file not shown.
Binary file added Interstellar Reaches.mp3
Binary file not shown.
Binary file added Into Space.mp3
Binary file not shown.
Binary file added Main Menu.mp3
Binary file not shown.
Binary file added New World.mp3
Binary file not shown.
Binary file added The Beautiful Abyss.mp3
Binary file not shown.
Binary file added The Mysterious Veil.mp3
Binary file not shown.
Binary file added The Race Begins.mp3
Binary file not shown.
Binary file added The Stars Shine Bright.mp3
Binary file not shown.
Binary file added The World Song.mp3
Binary file not shown.
Binary file added We are Explorers.mp3
Binary file not shown.
67 changes: 67 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
export default [
{
name: 'Main Menu',
trigger: ['Main Menu']
},
{
name: 'The Race Begins',
trigger: ['Whenever' , 'Game Starts']
},
{
name: 'New World',
trigger: ['Start Habitation']
},
{
name: 'Attacked',
trigger: ['Attack']
},
{
name: 'The Mysterious Veil',
trigger: ['Loading-Before Main Menu']
},
{
name: 'We are Explorers',
trigger: ['Whenever']
},
{
name: 'The Beautiful Abyss',
trigger: ['Whenever']
},
{
name: 'All the Beautiful Sars'
trigger: ['Whenever']
},
{
name: ['The Stars Shine Bright']
trigger: ['Whenever']
},
{
name: ['Fly Through The Stars for Solo Cello']
trigger: ['Whenever']
},
{
name: ['Into Space']
trigger: ['Whenever']
},
{
name: ['The World Song']
trigger: ['Whenever']
},
{
name: ['A New Horizen']
trigger: ['Whenever']
},
{
name: ['Interstellar Reaches']
trigger: ['Whenever']
},
{
name: ['Fighting For Survival']
trigger: ['Attack']
{,
{
name: ['Habitation Complete (SFX)']
trigger: ['Completion of Habitation']


]