add screenshot

This commit is contained in:
2020-10-12 00:22:24 -07:00
parent b80a87dd18
commit 280bc4d1a0
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
resources/images/ford.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -127,7 +127,7 @@ pub fn parse_script<'a, E: ParseError<&'a str>>(input: &'a str) -> IResult<&'a s
// if let Ok(v) = comment(input) { // if let Ok(v) = comment(input) {
// println!("Found comment tag") // println!("Found comment tag")
// } // }
return Ok((x, ScriptMeta::Comment(String::default()))); return Ok((x, ScriptMeta::Comment(String::default())));
} }