allow game to have font data (not really parsed for now)

This commit is contained in:
2020-04-23 07:43:52 +01:00
parent f740496727
commit d1254988bc
2 changed files with 20 additions and 6 deletions

View File

@@ -753,5 +753,6 @@ pub fn game_default() -> Game {
id: "a".to_string(),
initial_value: "42".to_string(),
}],
font_data: None
}
}