starting items alignment
This commit is contained in:
parent
022524f6bc
commit
f91c31d502
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
# WORK WORK
|
# WORK WORK
|
||||||
## NOW
|
## NOW
|
||||||
be able to reclaim skills / specs from cryp
|
|
||||||
combo specs
|
combo specs
|
||||||
randomise skill speed
|
|
||||||
|
fix global matchmaking
|
||||||
|
|
||||||
scoreboard
|
scoreboard
|
||||||
|
|
||||||
|
|||||||
@ -292,16 +292,17 @@ pub struct Vbox {
|
|||||||
|
|
||||||
impl Vbox {
|
impl Vbox {
|
||||||
pub fn new(account_id: Uuid, instance_id: Uuid) -> Vbox {
|
pub fn new(account_id: Uuid, instance_id: Uuid) -> Vbox {
|
||||||
|
// line them up with the columns of the vbox
|
||||||
let starting_items = vec![
|
let starting_items = vec![
|
||||||
Var::Attack,
|
Var::Red,
|
||||||
Var::Attack,
|
|
||||||
Var::Attack,
|
Var::Attack,
|
||||||
Var::Hp,
|
Var::Hp,
|
||||||
Var::Speed,
|
|
||||||
Var::Damage,
|
|
||||||
Var::Red,
|
|
||||||
Var::Green,
|
Var::Green,
|
||||||
|
Var::Attack,
|
||||||
|
Var::Speed,
|
||||||
Var::Blue,
|
Var::Blue,
|
||||||
|
Var::Attack,
|
||||||
|
Var::Damage,
|
||||||
];
|
];
|
||||||
|
|
||||||
let mut vbox = Vbox {
|
let mut vbox = Vbox {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user