diff --git a/Launcher.Client.Avalonia/debug_assets/backgrounds/conan_exiles_background.png b/Launcher.Client.Avalonia/debug_assets/backgrounds/conan_exiles_background.png new file mode 100644 index 0000000..7265fa4 Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/backgrounds/conan_exiles_background.png differ diff --git a/Launcher.Client.Avalonia/debug_assets/backgrounds/divinity2devcut_background.jpg b/Launcher.Client.Avalonia/debug_assets/backgrounds/divinity2devcut_background.jpg new file mode 100644 index 0000000..545c9e9 Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/backgrounds/divinity2devcut_background.jpg differ diff --git a/Launcher.Client.Avalonia/debug_assets/descriptors/conan_exiles.desc b/Launcher.Client.Avalonia/debug_assets/descriptors/conan_exiles.desc new file mode 100644 index 0000000..a29d4c4 --- /dev/null +++ b/Launcher.Client.Avalonia/debug_assets/descriptors/conan_exiles.desc @@ -0,0 +1,7 @@ +#descriptor_version: 3; +name: "Conan Exiles"; +description: "Сурвайвл на анриале в сеттинге Конана Варвара."; +directory: "conan_exiles"; +icon: "conan_exiles.png"; +background: "conan_exiles_background.png"; +launchcommand: "cmd /c echo hello && pause"; \ No newline at end of file diff --git a/Launcher.Client.Avalonia/debug_assets/descriptors/divinity2devcut.desc b/Launcher.Client.Avalonia/debug_assets/descriptors/divinity2devcut.desc new file mode 100644 index 0000000..183980f --- /dev/null +++ b/Launcher.Client.Avalonia/debug_assets/descriptors/divinity2devcut.desc @@ -0,0 +1,7 @@ +#descriptor_version: 3; +name: "Divinity 2 Developer's Cut"; +description: "РПГ от Larian. Вид от третьего лица, проработанный мир, интересная боёвка."; +directory: "divinity2_devcut"; +icon: "divinity2devcut.png"; +background: "divinity2devcut_background.jpg"; +launchcommand: ""; diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.exe b/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.exe new file mode 100644 index 0000000..11b8fdd Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.exe differ diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.inf b/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.inf new file mode 100644 index 0000000..1579dbd --- /dev/null +++ b/Launcher.Client.Avalonia/debug_assets/fonts/fontinst.inf @@ -0,0 +1,5 @@ +[fonts] +unispace.ttf +unispace_bd.ttf +unispace_it.ttf +unispace_bd_it.ttf \ No newline at end of file diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/unispace.ttf b/Launcher.Client.Avalonia/debug_assets/fonts/unispace.ttf new file mode 100644 index 0000000..66284c3 Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/fonts/unispace.ttf differ diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd.ttf b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd.ttf new file mode 100644 index 0000000..89a1aad Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd.ttf differ diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd_it.ttf b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd_it.ttf new file mode 100644 index 0000000..b3b0816 Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_bd_it.ttf differ diff --git a/Launcher.Client.Avalonia/debug_assets/fonts/unispace_it.ttf b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_it.ttf new file mode 100644 index 0000000..1ce4ded Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/fonts/unispace_it.ttf differ diff --git a/Launcher.Client.Avalonia/debug_assets/icons/conan_exiles.png b/Launcher.Client.Avalonia/debug_assets/icons/conan_exiles.png new file mode 100644 index 0000000..8b34969 Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/icons/conan_exiles.png differ diff --git a/Launcher.Client.Avalonia/debug_assets/icons/divinity2devcut.png b/Launcher.Client.Avalonia/debug_assets/icons/divinity2devcut.png new file mode 100644 index 0000000..7c9bf4d Binary files /dev/null and b/Launcher.Client.Avalonia/debug_assets/icons/divinity2devcut.png differ