New line end icons

This commit is contained in:
Jáchym Toušek
2019-04-23 18:23:26 +02:00
parent e6249d1e35
commit 4f5d4886c8
9 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -83,6 +83,7 @@ fn main() {
copy_images(version_specific_path.as_ref(), &directory_assets); copy_images(version_specific_path.as_ref(), &directory_assets);
} }
fs::rename("output/assets/configbg_Texture2D.png", "output/assets/47configbg_Texture2D.png").expect("Unable to rename"); fs::rename("output/assets/configbg_Texture2D.png", "output/assets/47configbg_Texture2D.png").expect("Unable to rename");
copy_files("assets/files", &directory_assets);
println!(); println!();
// 3. fonts // 3. fonts