redo version as a struct
This commit is contained in:
@@ -188,8 +188,7 @@ pub fn room() -> Room {
|
||||
pub fn game_default() -> Game {
|
||||
Game {
|
||||
name: "Write your game's title here".to_string(),
|
||||
major_version: 6,
|
||||
minor_version: 5,
|
||||
version: Version { major: 6, minor: 5 },
|
||||
room_format: 1,
|
||||
font: Font::AsciiSmall,
|
||||
custom_font: None,
|
||||
|
||||
Reference in New Issue
Block a user