Ship!
This commit is contained in:
parent
704c82838a
commit
6a67a73c59
5 changed files with 324 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue