starting items alignment
This commit is contained in:
parent
022524f6bc
commit
f91c31d502
@ -9,9 +9,9 @@
|
||||
|
||||
# WORK WORK
|
||||
## NOW
|
||||
be able to reclaim skills / specs from cryp
|
||||
combo specs
|
||||
randomise skill speed
|
||||
|
||||
fix global matchmaking
|
||||
|
||||
scoreboard
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user