starting items alignment

This commit is contained in:
ntr 2019-03-17 13:18:18 +11:00
parent 022524f6bc
commit f91c31d502
2 changed files with 8 additions and 7 deletions

View File

@ -9,9 +9,9 @@
# WORK WORK
## NOW
be able to reclaim skills / specs from cryp
combo specs
randomise skill speed
fix global matchmaking
scoreboard

View File

@ -292,16 +292,17 @@ pub struct Vbox {
impl Vbox {
pub fn new(account_id: Uuid, instance_id: Uuid) -> Vbox {
// line them up with the columns of the vbox
let starting_items = vec![
Var::Attack,
Var::Attack,
Var::Red,
Var::Attack,
Var::Hp,
Var::Speed,
Var::Damage,
Var::Red,
Var::Green,
Var::Attack,
Var::Speed,
Var::Blue,
Var::Attack,
Var::Damage,
];
let mut vbox = Vbox {