update todo
This commit is contained in:
parent
71cac12b4c
commit
894889afa7
|
@ -278,9 +278,6 @@ fn test_tile_to_string() {
|
||||||
assert_eq!(output, expected);
|
assert_eq!(output, expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo support Bitsy HD?
|
|
||||||
// todo impl (Game::from_string etc.)
|
|
||||||
|
|
||||||
fn colour_from_string(colour: String) -> Colour {
|
fn colour_from_string(colour: String) -> Colour {
|
||||||
let values: Vec<&str> = colour.split(',').collect();
|
let values: Vec<&str> = colour.split(',').collect();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue