lighting
This commit is contained in:
@@ -59,6 +59,7 @@ fn two_board_world() -> World {
|
||||
World {
|
||||
name: "test".into(),
|
||||
start: "b1".into(),
|
||||
torch: 10,
|
||||
scripts: HashMap::new(),
|
||||
boards: HashMap::from([
|
||||
("b1".to_string(), Rc::new(RefCell::new(b1))),
|
||||
|
||||
Reference in New Issue
Block a user