Add ship movement
This commit is contained in:
parent
09b3df649c
commit
4959519f39
15 changed files with 278 additions and 77 deletions
|
@ -11,7 +11,10 @@ export const images = {
|
|||
small: 'modules/small_fuel_tank.svg'
|
||||
},
|
||||
thruster: {
|
||||
light: 'modules/light_thruster.svg'
|
||||
light: {
|
||||
off: 'modules/light_thruster.svg',
|
||||
on: 'modules/light_thruster_on.svg',
|
||||
}
|
||||
}
|
||||
},
|
||||
celestials: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue