This commit is contained in:
asraelite 2018-03-03 00:39:25 +00:00
parent 704c82838a
commit 6a67a73c59
5 changed files with 324 additions and 2 deletions

View file

@ -2,6 +2,17 @@ export const images = {
title: {
logo: 'logo.png',
logoSvg: 'logo2.svg'
},
modules: {
capsule: {
small: 'modules/small_capsule.svg'
},
fuel: {
small: 'modules/small_fuel_tank.svg'
},
thruster: {
light: 'modules/light_thruster.svg'
}
}
};