diff --git a/Applications.cfg b/Applications.cfg index d42a1783..8eeced98 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -61,6 +61,24 @@ type="Wallpaper", version=1.0, }, + { + path="/MineOS/Pictures/IcyLeaf.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/IcyLeaf.pic", + type="Wallpaper", + version=1.0, + }, + { + path="/MineOS/Pictures/Mystery.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/Mystery.pic", + type="Wallpaper", + version=1.0, + }, + { + path="/MineOS/Pictures/Block.pic", + url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Wallpapers/Block.pic", + type="Wallpaper", + version=1.0, + }, { path="/MineOS/System/OS/Localization/Russian.lang", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/MineOS/Localization/Russian.lang", diff --git a/MineOS/Wallpapers/Block.pic b/MineOS/Wallpapers/Block.pic new file mode 100644 index 00000000..d2b162ba Binary files /dev/null and b/MineOS/Wallpapers/Block.pic differ diff --git a/MineOS/Wallpapers/IcyLeaf.pic b/MineOS/Wallpapers/IcyLeaf.pic new file mode 100644 index 00000000..d998375d Binary files /dev/null and b/MineOS/Wallpapers/IcyLeaf.pic differ diff --git a/MineOS/Wallpapers/Mystery.pic b/MineOS/Wallpapers/Mystery.pic new file mode 100644 index 00000000..ba98860c Binary files /dev/null and b/MineOS/Wallpapers/Mystery.pic differ