Add collectable fuel cans

This commit is contained in:
asraelite 2018-03-07 02:19:06 +00:00
parent 4f8fd6e1af
commit b27bd7bba2
9 changed files with 141 additions and 27 deletions

View file

@ -23,7 +23,8 @@ export const images = {
},
connector: {
xheavy: 'modules/xheavy_connector.svg'
}
},
fuelcan: 'modules/fuelcan.svg'
},
celestials: {
green: {
@ -35,6 +36,7 @@ export const images = {
export const audio = {
itemPickup: 'up1.mp3',
fuelPickup: 'blip2.mp3',
endEdit: 'release1.mp3'
};