this would break things
This commit is contained in:
parent
c2787db422
commit
e5a87f854e
|
@ -320,9 +320,6 @@ pub fn add_room() -> String {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo if player selected "create new game", delete room 0 here?
|
|
||||||
// that would probably break unless the avatar was also placed in the room
|
|
||||||
|
|
||||||
game.add_room(bitsy_parser::Room {
|
game.add_room(bitsy_parser::Room {
|
||||||
id: "0".to_string(),
|
id: "0".to_string(),
|
||||||
palette_id,
|
palette_id,
|
||||||
|
|
Loading…
Reference in New Issue