Add score and fuel overlay

This commit is contained in:
asraelite 2018-03-07 01:23:35 +00:00
parent 27c6a8bcd0
commit 4f8fd6e1af
13 changed files with 130 additions and 37 deletions

View file

@ -11,7 +11,7 @@ export const modules = {
mass: 2,
connectivity: [false, false, true, false],
capacity: 2,
rotation: 0.1
rotation: 1
}
},
fuel: {
@ -29,13 +29,12 @@ export const modules = {
light: {
name: 'Light Main Thruster',
tooltip: 'Powerful enough to lift a small ship, but not much ' +
'more. Not very efficient.',
'more.',
type: 'thruster',
id: 'light',
mass: 2,
connectivity: [true, false, false, false],
thrust: 10,
isp: 200
thrust: 10
}
},
connector: {