implement font and text direction; call std and mock directly instead of importing
This commit is contained in:
@@ -191,6 +191,9 @@ pub fn game_default() -> Game {
|
||||
major_version: 6,
|
||||
minor_version: 5,
|
||||
room_format: 1,
|
||||
font: Font::AsciiSmall,
|
||||
custom_font: None,
|
||||
text_direction: TextDirection::LeftToRight,
|
||||
palettes: vec![
|
||||
Palette {
|
||||
id: 0,
|
||||
|
||||
Reference in New Issue
Block a user