starting items alignment
This commit is contained in:
+6
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user