diff --git a/.gitignore b/.gitignore index ad9f499..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -original/assets/textures/[A-Z,a-z,0-9]* \ No newline at end of file diff --git a/original/assets/textures/materials/alloy/steel.png b/original/assets/textures/materials/alloy/steel.png new file mode 100644 index 0000000..831acf0 Binary files /dev/null and b/original/assets/textures/materials/alloy/steel.png differ diff --git a/original/assets/textures/materials/alloy/titaniumweave.png b/original/assets/textures/materials/alloy/titaniumweave.png new file mode 100644 index 0000000..1f56f91 Binary files /dev/null and b/original/assets/textures/materials/alloy/titaniumweave.png differ diff --git a/original/assets/textures/materials/crystal/voidcrystal.png b/original/assets/textures/materials/crystal/voidcrystal.png new file mode 100644 index 0000000..3b1b160 Binary files /dev/null and b/original/assets/textures/materials/crystal/voidcrystal.png differ diff --git a/original/assets/textures/materials/ingot/aluminum.png b/original/assets/textures/materials/ingot/aluminum.png new file mode 100644 index 0000000..cdf5ec5 Binary files /dev/null and b/original/assets/textures/materials/ingot/aluminum.png differ diff --git a/original/assets/textures/materials/ingot/copper.png b/original/assets/textures/materials/ingot/copper.png new file mode 100644 index 0000000..eddc09d Binary files /dev/null and b/original/assets/textures/materials/ingot/copper.png differ diff --git a/original/assets/textures/materials/ingot/gold.png b/original/assets/textures/materials/ingot/gold.png new file mode 100644 index 0000000..e0f71b6 Binary files /dev/null and b/original/assets/textures/materials/ingot/gold.png differ diff --git a/original/assets/textures/materials/ingot/iron.png b/original/assets/textures/materials/ingot/iron.png new file mode 100644 index 0000000..9e755db Binary files /dev/null and b/original/assets/textures/materials/ingot/iron.png differ diff --git a/original/assets/textures/materials/ore/chronite.png b/original/assets/textures/materials/ore/chronite.png new file mode 100644 index 0000000..a4c6125 Binary files /dev/null and b/original/assets/textures/materials/ore/chronite.png differ diff --git a/original/assets/textures/materials/ore/coal.png b/original/assets/textures/materials/ore/coal.png new file mode 100644 index 0000000..927911f Binary files /dev/null and b/original/assets/textures/materials/ore/coal.png differ diff --git a/original/assets/textures/materials/ore/copper.png b/original/assets/textures/materials/ore/copper.png new file mode 100644 index 0000000..e52b10b Binary files /dev/null and b/original/assets/textures/materials/ore/copper.png differ diff --git a/original/assets/textures/materials/ore/gold.png b/original/assets/textures/materials/ore/gold.png new file mode 100644 index 0000000..6b5a20d Binary files /dev/null and b/original/assets/textures/materials/ore/gold.png differ diff --git a/original/assets/textures/materials/ore/ilmenite.png b/original/assets/textures/materials/ore/ilmenite.png new file mode 100644 index 0000000..c81b190 Binary files /dev/null and b/original/assets/textures/materials/ore/ilmenite.png differ diff --git a/original/assets/textures/materials/ore/lead.png b/original/assets/textures/materials/ore/lead.png new file mode 100644 index 0000000..52dddcf Binary files /dev/null and b/original/assets/textures/materials/ore/lead.png differ diff --git a/original/assets/textures/materials/ore/silicon.png b/original/assets/textures/materials/ore/silicon.png new file mode 100644 index 0000000..767aeb8 Binary files /dev/null and b/original/assets/textures/materials/ore/silicon.png differ diff --git a/original/assets/textures/materials/ore/uranium.png b/original/assets/textures/materials/ore/uranium.png new file mode 100644 index 0000000..80105f1 Binary files /dev/null and b/original/assets/textures/materials/ore/uranium.png differ