Top speed display and test tweaks

This commit is contained in:
Colin McLeod
2015-09-17 22:09:30 -07:00
parent 95f5e8e5ae
commit 67bd56e692
2 changed files with 5 additions and 3 deletions

View File

@@ -87,10 +87,10 @@ angular.module('shipyard', ['ngLodash'])
},
{ // 1
title: 'speed',
props: ['speed', 'boost'],
props: ['topSpeed', 'boost'],
lbls: ['thrusters', 'boost'],
unit: 'm/s',
fmt: 'fRound'
fmt: 'fCrd'
},
{ // 2
title: 'armour',