diff --git a/AideDeJeu/AideDeJeu.Android/AideDeJeu.Android.csproj b/AideDeJeu/AideDeJeu.Android/AideDeJeu.Android.csproj index acffb4e6..716ed1e0 100644 --- a/AideDeJeu/AideDeJeu.Android/AideDeJeu.Android.csproj +++ b/AideDeJeu/AideDeJeu.Android/AideDeJeu.Android.csproj @@ -12,12 +12,12 @@ True Resources\Resource.designer.cs Resource - Properties\AndroidManifest.xml Resources Assets 1.38 + Properties\AndroidManifest.xml true full false @@ -33,13 +33,16 @@ false false West + battle_axe + library + Properties\AndroidManifest.JoA.xml true full false bin\Debug_JoA - DEBUG; + DEBUG;CONFIG_JOA; prompt 4 SdkOnly @@ -50,8 +53,11 @@ false false West + high_shot + library_JoA + Properties\AndroidManifest.xml false pdbonly true @@ -74,12 +80,16 @@ d8 r8 West + battle_axe + library + Properties\AndroidManifest.JoA.xml false pdbonly true bin\Release_JoA + CONFIG_JOA; prompt 4 true @@ -98,6 +108,8 @@ d8 r8 West + high_shot + library_JoA @@ -181,30 +193,15 @@ - - - - - library.db - - - - - - - library.db - - - - - - - library.db - - - - + + Assets\library.db + + + + + Resources\drawable\main.png + Assets\library.ver @@ -227,14 +224,9 @@ - - - - - - + @@ -249,27 +241,9 @@ AideDeJeu - - - - - - - - - - - - - - - - - - @@ -561,6 +535,18 @@ + @@ -576,5 +562,9 @@ + + + + \ No newline at end of file diff --git a/AideDeJeu/AideDeJeu.Android/MainActivity.cs b/AideDeJeu/AideDeJeu.Android/MainActivity.cs index 7e53671c..0bd4ed21 100644 --- a/AideDeJeu/AideDeJeu.Android/MainActivity.cs +++ b/AideDeJeu/AideDeJeu.Android/MainActivity.cs @@ -14,7 +14,11 @@ namespace AideDeJeu.Droid { [IntentFilter(new[] { Android.Content.Intent.ActionAssist }, Categories = new[] { Android.Content.Intent.CategoryDefault })] //[Activity(Label = "Aide de Jeu", Icon = "@drawable/black_book", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] +#if CONFIG_JOA + [Activity(Name = "com.nioux.aidedejeu.joa.MainActivity", Label = "Arc & Dés", Icon = "@drawable/main", Theme = "@style/MyTheme.Splash", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] +#else [Activity(Name = "com.nioux.aidedejeu.MainActivity", Label = "Haches & Dés", Icon = "@drawable/battle_axe", Theme = "@style/MyTheme.Splash", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] +#endif public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity { protected override void OnCreate(Bundle bundle) @@ -32,7 +36,7 @@ namespace AideDeJeu.Droid Xamarin.Essentials.Platform.Init(this, bundle); Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental"); - Xamarin.Essentials.ExperimentalFeatures.Enable(Xamarin.Essentials.ExperimentalFeatures.ShareFileRequest); + //Xamarin.Essentials.ExperimentalFeatures.Enable(Xamarin.Essentials.ExperimentalFeatures.ShareFileRequest); Rg.Plugins.Popup.Popup.Init(this, bundle); @@ -205,7 +209,11 @@ namespace AideDeJeu.Droid [IntentFilter(new[] { Android.Content.Intent.ActionAssist }, Categories = new[] { Android.Content.Intent.CategoryDefault })] //[Activity(Label = "Aide de Jeu", Icon = "@drawable/black_book", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)] - [Activity(Name = "com.nioux.aidedejeu.SearchActivity", Label = "Aide de Jeu")] +#if CONFIG_JOA + [Activity(Name = "com.nioux.aidedejeu.joa.SearchActivity", Label = "Arc et dés")] +#else + [Activity(Name = "com.nioux.aidedejeu.SearchActivity", Label = "Haches et dés")] +#endif public class SearchActivity : Android.App.Activity // global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity { protected override void OnCreate(Bundle bundle) diff --git a/AideDeJeu/AideDeJeu.Android/Properties/AndroidManifest.JoA.xml b/AideDeJeu/AideDeJeu.Android/Properties/AndroidManifest.JoA.xml new file mode 100644 index 00000000..52aaae9a --- /dev/null +++ b/AideDeJeu/AideDeJeu.Android/Properties/AndroidManifest.JoA.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs b/AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs index 3729c849..795bcd20 100644 --- a/AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs +++ b/AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs @@ -8389,122 +8389,116 @@ namespace AideDeJeu.Droid // aapt resource value: 0x7F07006E public const int funnel = 2131165294; - // aapt resource value: 0x7F070074 - public const int icon = 2131165300; - // aapt resource value: 0x7F07006F - public const int ic_home = 2131165295; + public const int ic_mtrl_chip_checked_black = 2131165295; // aapt resource value: 0x7F070070 - public const int ic_launcher = 2131165296; + public const int ic_mtrl_chip_checked_circle = 2131165296; // aapt resource value: 0x7F070071 - public const int ic_mtrl_chip_checked_black = 2131165297; + public const int ic_mtrl_chip_close_circle = 2131165297; // aapt resource value: 0x7F070072 - public const int ic_mtrl_chip_checked_circle = 2131165298; + public const int main = 2131165298; // aapt resource value: 0x7F070073 - public const int ic_mtrl_chip_close_circle = 2131165299; + public const int MaterialActivityIndicatorBackground = 2131165299; + + // aapt resource value: 0x7F070074 + public const int MaterialProgressBar = 2131165300; // aapt resource value: 0x7F070075 - public const int MaterialActivityIndicatorBackground = 2131165301; + public const int mtrl_snackbar_background = 2131165301; // aapt resource value: 0x7F070076 - public const int MaterialProgressBar = 2131165302; + public const int mtrl_tabs_default_indicator = 2131165302; // aapt resource value: 0x7F070077 - public const int mtrl_snackbar_background = 2131165303; + public const int navigation_empty_icon = 2131165303; // aapt resource value: 0x7F070078 - public const int mtrl_tabs_default_indicator = 2131165304; + public const int notification_action_background = 2131165304; // aapt resource value: 0x7F070079 - public const int navigation_empty_icon = 2131165305; + public const int notification_bg = 2131165305; // aapt resource value: 0x7F07007A - public const int notification_action_background = 2131165306; + public const int notification_bg_low = 2131165306; // aapt resource value: 0x7F07007B - public const int notification_bg = 2131165307; + public const int notification_bg_low_normal = 2131165307; // aapt resource value: 0x7F07007C - public const int notification_bg_low = 2131165308; + public const int notification_bg_low_pressed = 2131165308; // aapt resource value: 0x7F07007D - public const int notification_bg_low_normal = 2131165309; + public const int notification_bg_normal = 2131165309; // aapt resource value: 0x7F07007E - public const int notification_bg_low_pressed = 2131165310; + public const int notification_bg_normal_pressed = 2131165310; // aapt resource value: 0x7F07007F - public const int notification_bg_normal = 2131165311; + public const int notification_icon_background = 2131165311; // aapt resource value: 0x7F070080 - public const int notification_bg_normal_pressed = 2131165312; + public const int notification_template_icon_bg = 2131165312; // aapt resource value: 0x7F070081 - public const int notification_icon_background = 2131165313; + public const int notification_template_icon_low_bg = 2131165313; // aapt resource value: 0x7F070082 - public const int notification_template_icon_bg = 2131165314; + public const int notification_tile_bg = 2131165314; // aapt resource value: 0x7F070083 - public const int notification_template_icon_low_bg = 2131165315; + public const int notify_panel_notification_icon_bg = 2131165315; // aapt resource value: 0x7F070084 - public const int notification_tile_bg = 2131165316; + public const int plain_arrow_down = 2131165316; // aapt resource value: 0x7F070085 - public const int notify_panel_notification_icon_bg = 2131165317; + public const int plain_arrow_up = 2131165317; // aapt resource value: 0x7F070086 - public const int plain_arrow_down = 2131165318; + public const int rolling_dice_cup = 2131165318; // aapt resource value: 0x7F070087 - public const int plain_arrow_up = 2131165319; + public const int round_star = 2131165319; // aapt resource value: 0x7F070088 - public const int rolling_dice_cup = 2131165320; + public const int scroll_unfurled = 2131165320; // aapt resource value: 0x7F070089 - public const int round_star = 2131165321; + public const int settings_knobs = 2131165321; // aapt resource value: 0x7F07008A - public const int scroll_unfurled = 2131165322; + public const int share = 2131165322; // aapt resource value: 0x7F07008B - public const int settings_knobs = 2131165323; + public const int speaker = 2131165323; // aapt resource value: 0x7F07008C - public const int share = 2131165324; + public const int speaker_off = 2131165324; // aapt resource value: 0x7F07008D - public const int speaker = 2131165325; + public const int spell_book = 2131165325; // aapt resource value: 0x7F07008E - public const int speaker_off = 2131165326; + public const int splash = 2131165326; // aapt resource value: 0x7F07008F - public const int spell_book = 2131165327; + public const int stars_stack = 2131165327; // aapt resource value: 0x7F070090 - public const int splash = 2131165328; + public const int tooltip_frame_dark = 2131165328; // aapt resource value: 0x7F070091 - public const int stars_stack = 2131165329; + public const int tooltip_frame_light = 2131165329; // aapt resource value: 0x7F070092 - public const int tooltip_frame_dark = 2131165330; + public const int trash_can = 2131165330; // aapt resource value: 0x7F070093 - public const int tooltip_frame_light = 2131165331; - - // aapt resource value: 0x7F070094 - public const int trash_can = 2131165332; - - // aapt resource value: 0x7F070095 - public const int wooden_sign = 2131165333; + public const int wooden_sign = 2131165331; static Drawable() { diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/high_shot.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/high_shot.png new file mode 100644 index 00000000..3dcabf55 Binary files /dev/null and b/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/high_shot.png differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/ic_launcher.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 271fcb84..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/icon.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/icon.png deleted file mode 100644 index 6e333710..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-hdpi/icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-mdpi/ic_launcher.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-mdpi/ic_launcher.png deleted file mode 100644 index f0bf4f7e..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/high_shot.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/high_shot.png new file mode 100644 index 00000000..483db92e Binary files /dev/null and b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/high_shot.png differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/ic_launcher.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index b0b38b78..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/icon.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/icon.png deleted file mode 100644 index dea826f6..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xhdpi/icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/high_shot.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/high_shot.png new file mode 100644 index 00000000..9ed04e64 Binary files /dev/null and b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/high_shot.png differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/ic_launcher.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 4b40bb1a..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/icon.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/icon.png deleted file mode 100644 index 0bef109d..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxhdpi/icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxxhdpi/ic_launcher.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxxhdpi/ic_launcher.png deleted file mode 100644 index 5e6c9f99..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable/ic_home.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable/ic_home.png deleted file mode 100644 index f7dc554c..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable/ic_home.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable/icon.png b/AideDeJeu/AideDeJeu.Android/Resources/drawable/icon.png deleted file mode 100644 index 6e333710..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/drawable/icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/drawable/splash.xml b/AideDeJeu/AideDeJeu.Android/Resources/drawable/splash.xml index 553ab4c3..ce9d5422 100644 --- a/AideDeJeu/AideDeJeu.Android/Resources/drawable/splash.xml +++ b/AideDeJeu/AideDeJeu.Android/Resources/drawable/splash.xml @@ -5,7 +5,7 @@ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-hdpi/Icon.png b/AideDeJeu/AideDeJeu.Android/Resources/mipmap-hdpi/Icon.png deleted file mode 100644 index f4c80464..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-hdpi/Icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-mdpi/Icon.png b/AideDeJeu/AideDeJeu.Android/Resources/mipmap-mdpi/Icon.png deleted file mode 100644 index ef1e1ee7..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-mdpi/Icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xhdpi/Icon.png b/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xhdpi/Icon.png deleted file mode 100644 index b7e2e57a..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xhdpi/Icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxhdpi/Icon.png b/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxhdpi/Icon.png deleted file mode 100644 index 8d20a38d..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxhdpi/Icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxxhdpi/Icon.png b/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxxhdpi/Icon.png deleted file mode 100644 index 6d9919c4..00000000 Binary files a/AideDeJeu/AideDeJeu.Android/Resources/mipmap-xxxhdpi/Icon.png and /dev/null differ diff --git a/AideDeJeu/AideDeJeu.GTK/Program.cs b/AideDeJeu/AideDeJeu.GTK/Program.cs index 48523a2a..540cc9c6 100644 --- a/AideDeJeu/AideDeJeu.GTK/Program.cs +++ b/AideDeJeu/AideDeJeu.GTK/Program.cs @@ -20,7 +20,7 @@ namespace AideDeJeu.GTK var app = new App(); var window = new FormsWindow(); window.LoadApplication(app); - window.SetApplicationIcon("battle_axe.png"); + window.SetApplicationIcon("main.png"); window.SetApplicationTitle("Haches & Dés"); window.Show(); diff --git a/AideDeJeu/AideDeJeu.UWP/high_shot.png b/AideDeJeu/AideDeJeu.UWP/high_shot.png new file mode 100644 index 00000000..9ed04e64 Binary files /dev/null and b/AideDeJeu/AideDeJeu.UWP/high_shot.png differ diff --git a/AideDeJeu/AideDeJeu.iOS/Media.xcassets/high_shot.imageset/high_shot.png b/AideDeJeu/AideDeJeu.iOS/Media.xcassets/high_shot.imageset/high_shot.png new file mode 100644 index 00000000..88f5d8dd Binary files /dev/null and b/AideDeJeu/AideDeJeu.iOS/Media.xcassets/high_shot.imageset/high_shot.png differ diff --git a/AideDeJeu/AideDeJeu/Views/AboutPage.xaml b/AideDeJeu/AideDeJeu/Views/AboutPage.xaml index 33713d7a..5227a978 100644 --- a/AideDeJeu/AideDeJeu/Views/AboutPage.xaml +++ b/AideDeJeu/AideDeJeu/Views/AboutPage.xaml @@ -20,7 +20,7 @@ - + diff --git a/AideDeJeu/AideDeJeu/Views/MainPage.xaml b/AideDeJeu/AideDeJeu/Views/MainPage.xaml index 443ed97a..14c5ddc7 100644 --- a/AideDeJeu/AideDeJeu/Views/MainPage.xaml +++ b/AideDeJeu/AideDeJeu/Views/MainPage.xaml @@ -93,7 +93,7 @@ diff --git a/AideDeJeu/AideDeJeu/Views/MainShell.xaml b/AideDeJeu/AideDeJeu/Views/MainShell.xaml index 894ad8b9..3672b66f 100644 --- a/AideDeJeu/AideDeJeu/Views/MainShell.xaml +++ b/AideDeJeu/AideDeJeu/Views/MainShell.xaml @@ -139,7 +139,7 @@ - + diff --git a/Data/Icons/Resources/drawable-hdpi/battle_axe.png b/Data/Icons/Resources/drawable-hdpi/battle_axe.png new file mode 100644 index 00000000..4e5a516c Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/battle_axe.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/cancel.png b/Data/Icons/Resources/drawable-hdpi/cancel.png new file mode 100644 index 00000000..6e9e07ce Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/cancel.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/click.png b/Data/Icons/Resources/drawable-hdpi/click.png new file mode 100644 index 00000000..78832bec Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/click.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/crystal_ball.png b/Data/Icons/Resources/drawable-hdpi/crystal_ball.png new file mode 100644 index 00000000..9d252ce6 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/crystal_ball.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/cubes.png b/Data/Icons/Resources/drawable-hdpi/cubes.png new file mode 100644 index 00000000..3eb97ecc Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/cubes.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d10.png b/Data/Icons/Resources/drawable-hdpi/d10.png new file mode 100644 index 00000000..1674a868 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d10.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d12.png b/Data/Icons/Resources/drawable-hdpi/d12.png new file mode 100644 index 00000000..d7acf6fc Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d12.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d20.png b/Data/Icons/Resources/drawable-hdpi/d20.png new file mode 100644 index 00000000..1b84fef0 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d20.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d4.png b/Data/Icons/Resources/drawable-hdpi/d4.png new file mode 100644 index 00000000..855c9a32 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d4.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d6.png b/Data/Icons/Resources/drawable-hdpi/d6.png new file mode 100644 index 00000000..3ebd59b7 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d6.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/d8.png b/Data/Icons/Resources/drawable-hdpi/d8.png new file mode 100644 index 00000000..d45e0b28 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/d8.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/funnel.png b/Data/Icons/Resources/drawable-hdpi/funnel.png new file mode 100644 index 00000000..9798ddf3 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/funnel.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/high_shot.png b/Data/Icons/Resources/drawable-hdpi/high_shot.png new file mode 100644 index 00000000..3dcabf55 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/high_shot.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/plain_arrow_down.png b/Data/Icons/Resources/drawable-hdpi/plain_arrow_down.png new file mode 100644 index 00000000..ece402da Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/plain_arrow_down.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/plain_arrow_up.png b/Data/Icons/Resources/drawable-hdpi/plain_arrow_up.png new file mode 100644 index 00000000..1cf3059c Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/plain_arrow_up.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/rolling_dice_cup.png b/Data/Icons/Resources/drawable-hdpi/rolling_dice_cup.png new file mode 100644 index 00000000..895c8e04 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/rolling_dice_cup.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/round_star.png b/Data/Icons/Resources/drawable-hdpi/round_star.png new file mode 100644 index 00000000..79eb3327 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/round_star.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/scroll_unfurled.png b/Data/Icons/Resources/drawable-hdpi/scroll_unfurled.png new file mode 100644 index 00000000..a613b28a Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/scroll_unfurled.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/settings_knobs.png b/Data/Icons/Resources/drawable-hdpi/settings_knobs.png new file mode 100644 index 00000000..9311883c Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/settings_knobs.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/share.png b/Data/Icons/Resources/drawable-hdpi/share.png new file mode 100644 index 00000000..bc0ad242 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/share.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/speaker.png b/Data/Icons/Resources/drawable-hdpi/speaker.png new file mode 100644 index 00000000..e177fb05 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/speaker.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/speaker_off.png b/Data/Icons/Resources/drawable-hdpi/speaker_off.png new file mode 100644 index 00000000..f7c45345 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/speaker_off.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/spell_book.png b/Data/Icons/Resources/drawable-hdpi/spell_book.png new file mode 100644 index 00000000..9e3240a8 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/spell_book.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/stars_stack.png b/Data/Icons/Resources/drawable-hdpi/stars_stack.png new file mode 100644 index 00000000..db655b10 Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/stars_stack.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/trash_can.png b/Data/Icons/Resources/drawable-hdpi/trash_can.png new file mode 100644 index 00000000..4b150f6b Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/trash_can.png differ diff --git a/Data/Icons/Resources/drawable-hdpi/wooden_sign.png b/Data/Icons/Resources/drawable-hdpi/wooden_sign.png new file mode 100644 index 00000000..8954535a Binary files /dev/null and b/Data/Icons/Resources/drawable-hdpi/wooden_sign.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/battle_axe.png b/Data/Icons/Resources/drawable-xhdpi/battle_axe.png new file mode 100644 index 00000000..3f5e6609 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/battle_axe.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/cancel.png b/Data/Icons/Resources/drawable-xhdpi/cancel.png new file mode 100644 index 00000000..71dcd71d Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/cancel.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/click.png b/Data/Icons/Resources/drawable-xhdpi/click.png new file mode 100644 index 00000000..ef57df77 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/click.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/crystal_ball.png b/Data/Icons/Resources/drawable-xhdpi/crystal_ball.png new file mode 100644 index 00000000..e7cb989f Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/crystal_ball.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/cubes.png b/Data/Icons/Resources/drawable-xhdpi/cubes.png new file mode 100644 index 00000000..50c3da97 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/cubes.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d10.png b/Data/Icons/Resources/drawable-xhdpi/d10.png new file mode 100644 index 00000000..b2184910 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d10.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d12.png b/Data/Icons/Resources/drawable-xhdpi/d12.png new file mode 100644 index 00000000..8f1a2dac Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d12.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d20.png b/Data/Icons/Resources/drawable-xhdpi/d20.png new file mode 100644 index 00000000..9fad37ee Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d20.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d4.png b/Data/Icons/Resources/drawable-xhdpi/d4.png new file mode 100644 index 00000000..3e299b68 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d4.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d6.png b/Data/Icons/Resources/drawable-xhdpi/d6.png new file mode 100644 index 00000000..00d2dfb1 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d6.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/d8.png b/Data/Icons/Resources/drawable-xhdpi/d8.png new file mode 100644 index 00000000..9363d325 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/d8.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/funnel.png b/Data/Icons/Resources/drawable-xhdpi/funnel.png new file mode 100644 index 00000000..bbb0f0f7 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/funnel.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/high_shot.png b/Data/Icons/Resources/drawable-xhdpi/high_shot.png new file mode 100644 index 00000000..483db92e Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/high_shot.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/plain_arrow_down.png b/Data/Icons/Resources/drawable-xhdpi/plain_arrow_down.png new file mode 100644 index 00000000..872fdf2f Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/plain_arrow_down.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/plain_arrow_up.png b/Data/Icons/Resources/drawable-xhdpi/plain_arrow_up.png new file mode 100644 index 00000000..cdab7859 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/plain_arrow_up.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/rolling_dice_cup.png b/Data/Icons/Resources/drawable-xhdpi/rolling_dice_cup.png new file mode 100644 index 00000000..90016303 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/rolling_dice_cup.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/round_star.png b/Data/Icons/Resources/drawable-xhdpi/round_star.png new file mode 100644 index 00000000..e929a118 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/round_star.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/scroll_unfurled.png b/Data/Icons/Resources/drawable-xhdpi/scroll_unfurled.png new file mode 100644 index 00000000..b8c8027a Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/scroll_unfurled.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/settings_knobs.png b/Data/Icons/Resources/drawable-xhdpi/settings_knobs.png new file mode 100644 index 00000000..bc3f77b0 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/settings_knobs.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/share.png b/Data/Icons/Resources/drawable-xhdpi/share.png new file mode 100644 index 00000000..2cd3676c Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/share.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/speaker.png b/Data/Icons/Resources/drawable-xhdpi/speaker.png new file mode 100644 index 00000000..4bb2ef81 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/speaker.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/speaker_off.png b/Data/Icons/Resources/drawable-xhdpi/speaker_off.png new file mode 100644 index 00000000..b558b0ee Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/speaker_off.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/spell_book.png b/Data/Icons/Resources/drawable-xhdpi/spell_book.png new file mode 100644 index 00000000..2b37d857 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/spell_book.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/stars_stack.png b/Data/Icons/Resources/drawable-xhdpi/stars_stack.png new file mode 100644 index 00000000..bc7053ee Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/stars_stack.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/trash_can.png b/Data/Icons/Resources/drawable-xhdpi/trash_can.png new file mode 100644 index 00000000..21f29815 Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/trash_can.png differ diff --git a/Data/Icons/Resources/drawable-xhdpi/wooden_sign.png b/Data/Icons/Resources/drawable-xhdpi/wooden_sign.png new file mode 100644 index 00000000..3ce187cd Binary files /dev/null and b/Data/Icons/Resources/drawable-xhdpi/wooden_sign.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/battle_axe.png b/Data/Icons/Resources/drawable-xxhdpi/battle_axe.png new file mode 100644 index 00000000..3882754e Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/battle_axe.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/cancel.png b/Data/Icons/Resources/drawable-xxhdpi/cancel.png new file mode 100644 index 00000000..ac0ef6ee Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/cancel.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/click.png b/Data/Icons/Resources/drawable-xxhdpi/click.png new file mode 100644 index 00000000..abab078d Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/click.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/crystal_ball.png b/Data/Icons/Resources/drawable-xxhdpi/crystal_ball.png new file mode 100644 index 00000000..7699230e Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/crystal_ball.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/cubes.png b/Data/Icons/Resources/drawable-xxhdpi/cubes.png new file mode 100644 index 00000000..2bba8265 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/cubes.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d10.png b/Data/Icons/Resources/drawable-xxhdpi/d10.png new file mode 100644 index 00000000..50150b9f Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d10.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d12.png b/Data/Icons/Resources/drawable-xxhdpi/d12.png new file mode 100644 index 00000000..5a0c1a1a Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d12.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d20.png b/Data/Icons/Resources/drawable-xxhdpi/d20.png new file mode 100644 index 00000000..3113f072 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d20.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d4.png b/Data/Icons/Resources/drawable-xxhdpi/d4.png new file mode 100644 index 00000000..b168ae76 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d4.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d6.png b/Data/Icons/Resources/drawable-xxhdpi/d6.png new file mode 100644 index 00000000..733b7091 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d6.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/d8.png b/Data/Icons/Resources/drawable-xxhdpi/d8.png new file mode 100644 index 00000000..f4fb5c80 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/d8.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/funnel.png b/Data/Icons/Resources/drawable-xxhdpi/funnel.png new file mode 100644 index 00000000..bbf710a6 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/funnel.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/high_shot.png b/Data/Icons/Resources/drawable-xxhdpi/high_shot.png new file mode 100644 index 00000000..9ed04e64 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/high_shot.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_down.png b/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_down.png new file mode 100644 index 00000000..8743fcf0 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_down.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_up.png b/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_up.png new file mode 100644 index 00000000..2c8a6e17 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/plain_arrow_up.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/rolling_dice_cup.png b/Data/Icons/Resources/drawable-xxhdpi/rolling_dice_cup.png new file mode 100644 index 00000000..9e11559c Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/rolling_dice_cup.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/round_star.png b/Data/Icons/Resources/drawable-xxhdpi/round_star.png new file mode 100644 index 00000000..5b6982a2 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/round_star.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/scroll_unfurled.png b/Data/Icons/Resources/drawable-xxhdpi/scroll_unfurled.png new file mode 100644 index 00000000..a7e92c76 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/scroll_unfurled.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/settings_knobs.png b/Data/Icons/Resources/drawable-xxhdpi/settings_knobs.png new file mode 100644 index 00000000..19140438 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/settings_knobs.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/share.png b/Data/Icons/Resources/drawable-xxhdpi/share.png new file mode 100644 index 00000000..7d0cb1b2 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/share.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/speaker.png b/Data/Icons/Resources/drawable-xxhdpi/speaker.png new file mode 100644 index 00000000..1fbed6ec Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/speaker.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/speaker_off.png b/Data/Icons/Resources/drawable-xxhdpi/speaker_off.png new file mode 100644 index 00000000..2ed74b92 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/speaker_off.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/spell_book.png b/Data/Icons/Resources/drawable-xxhdpi/spell_book.png new file mode 100644 index 00000000..ece51feb Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/spell_book.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/stars_stack.png b/Data/Icons/Resources/drawable-xxhdpi/stars_stack.png new file mode 100644 index 00000000..6495e41f Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/stars_stack.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/trash_can.png b/Data/Icons/Resources/drawable-xxhdpi/trash_can.png new file mode 100644 index 00000000..ad3d836e Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/trash_can.png differ diff --git a/Data/Icons/Resources/drawable-xxhdpi/wooden_sign.png b/Data/Icons/Resources/drawable-xxhdpi/wooden_sign.png new file mode 100644 index 00000000..8f075d06 Binary files /dev/null and b/Data/Icons/Resources/drawable-xxhdpi/wooden_sign.png differ diff --git a/Data/Icons/Resources/drawable/battle_axe.png b/Data/Icons/Resources/drawable/battle_axe.png new file mode 100644 index 00000000..4e5a516c Binary files /dev/null and b/Data/Icons/Resources/drawable/battle_axe.png differ diff --git a/Data/Icons/Resources/drawable/battle_axe_.xml b/Data/Icons/Resources/drawable/battle_axe_.xml new file mode 100644 index 00000000..33c59632 --- /dev/null +++ b/Data/Icons/Resources/drawable/battle_axe_.xml @@ -0,0 +1,17 @@ + + + + + + + + \ No newline at end of file diff --git a/Data/Icons/Resources/drawable/cancel.png b/Data/Icons/Resources/drawable/cancel.png new file mode 100644 index 00000000..6e9e07ce Binary files /dev/null and b/Data/Icons/Resources/drawable/cancel.png differ diff --git a/Data/Icons/Resources/drawable/click.png b/Data/Icons/Resources/drawable/click.png new file mode 100644 index 00000000..78832bec Binary files /dev/null and b/Data/Icons/Resources/drawable/click.png differ diff --git a/Data/Icons/Resources/drawable/crystal_ball.png b/Data/Icons/Resources/drawable/crystal_ball.png new file mode 100644 index 00000000..9d252ce6 Binary files /dev/null and b/Data/Icons/Resources/drawable/crystal_ball.png differ diff --git a/Data/Icons/Resources/drawable/cubes.png b/Data/Icons/Resources/drawable/cubes.png new file mode 100644 index 00000000..3eb97ecc Binary files /dev/null and b/Data/Icons/Resources/drawable/cubes.png differ diff --git a/Data/Icons/Resources/drawable/d10.png b/Data/Icons/Resources/drawable/d10.png new file mode 100644 index 00000000..1674a868 Binary files /dev/null and b/Data/Icons/Resources/drawable/d10.png differ diff --git a/Data/Icons/Resources/drawable/d12.png b/Data/Icons/Resources/drawable/d12.png new file mode 100644 index 00000000..d7acf6fc Binary files /dev/null and b/Data/Icons/Resources/drawable/d12.png differ diff --git a/Data/Icons/Resources/drawable/d20.png b/Data/Icons/Resources/drawable/d20.png new file mode 100644 index 00000000..1b84fef0 Binary files /dev/null and b/Data/Icons/Resources/drawable/d20.png differ diff --git a/Data/Icons/Resources/drawable/d4.png b/Data/Icons/Resources/drawable/d4.png new file mode 100644 index 00000000..855c9a32 Binary files /dev/null and b/Data/Icons/Resources/drawable/d4.png differ diff --git a/Data/Icons/Resources/drawable/d6.png b/Data/Icons/Resources/drawable/d6.png new file mode 100644 index 00000000..3ebd59b7 Binary files /dev/null and b/Data/Icons/Resources/drawable/d6.png differ diff --git a/Data/Icons/Resources/drawable/d8.png b/Data/Icons/Resources/drawable/d8.png new file mode 100644 index 00000000..d45e0b28 Binary files /dev/null and b/Data/Icons/Resources/drawable/d8.png differ diff --git a/Data/Icons/Resources/drawable/funnel.png b/Data/Icons/Resources/drawable/funnel.png new file mode 100644 index 00000000..9798ddf3 Binary files /dev/null and b/Data/Icons/Resources/drawable/funnel.png differ diff --git a/Data/Icons/Resources/drawable/high_shot.png b/Data/Icons/Resources/drawable/high_shot.png new file mode 100644 index 00000000..3dcabf55 Binary files /dev/null and b/Data/Icons/Resources/drawable/high_shot.png differ diff --git a/Data/Icons/Resources/drawable/plain_arrow_down.png b/Data/Icons/Resources/drawable/plain_arrow_down.png new file mode 100644 index 00000000..ece402da Binary files /dev/null and b/Data/Icons/Resources/drawable/plain_arrow_down.png differ diff --git a/Data/Icons/Resources/drawable/plain_arrow_up.png b/Data/Icons/Resources/drawable/plain_arrow_up.png new file mode 100644 index 00000000..1cf3059c Binary files /dev/null and b/Data/Icons/Resources/drawable/plain_arrow_up.png differ diff --git a/Data/Icons/Resources/drawable/rolling_dice_cup.png b/Data/Icons/Resources/drawable/rolling_dice_cup.png new file mode 100644 index 00000000..895c8e04 Binary files /dev/null and b/Data/Icons/Resources/drawable/rolling_dice_cup.png differ diff --git a/Data/Icons/Resources/drawable/round_star.png b/Data/Icons/Resources/drawable/round_star.png new file mode 100644 index 00000000..79eb3327 Binary files /dev/null and b/Data/Icons/Resources/drawable/round_star.png differ diff --git a/Data/Icons/Resources/drawable/scroll_unfurled.png b/Data/Icons/Resources/drawable/scroll_unfurled.png new file mode 100644 index 00000000..a613b28a Binary files /dev/null and b/Data/Icons/Resources/drawable/scroll_unfurled.png differ diff --git a/Data/Icons/Resources/drawable/settings_knobs.png b/Data/Icons/Resources/drawable/settings_knobs.png new file mode 100644 index 00000000..9311883c Binary files /dev/null and b/Data/Icons/Resources/drawable/settings_knobs.png differ diff --git a/Data/Icons/Resources/drawable/share.png b/Data/Icons/Resources/drawable/share.png new file mode 100644 index 00000000..bc0ad242 Binary files /dev/null and b/Data/Icons/Resources/drawable/share.png differ diff --git a/Data/Icons/Resources/drawable/speaker.png b/Data/Icons/Resources/drawable/speaker.png new file mode 100644 index 00000000..e177fb05 Binary files /dev/null and b/Data/Icons/Resources/drawable/speaker.png differ diff --git a/Data/Icons/Resources/drawable/speaker_off.png b/Data/Icons/Resources/drawable/speaker_off.png new file mode 100644 index 00000000..f7c45345 Binary files /dev/null and b/Data/Icons/Resources/drawable/speaker_off.png differ diff --git a/Data/Icons/Resources/drawable/spell_book.png b/Data/Icons/Resources/drawable/spell_book.png new file mode 100644 index 00000000..9e3240a8 Binary files /dev/null and b/Data/Icons/Resources/drawable/spell_book.png differ diff --git a/Data/Icons/Resources/drawable/splash.xml b/Data/Icons/Resources/drawable/splash.xml new file mode 100644 index 00000000..553ab4c3 --- /dev/null +++ b/Data/Icons/Resources/drawable/splash.xml @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/Data/Icons/Resources/drawable/stars_stack.png b/Data/Icons/Resources/drawable/stars_stack.png new file mode 100644 index 00000000..db655b10 Binary files /dev/null and b/Data/Icons/Resources/drawable/stars_stack.png differ diff --git a/Data/Icons/Resources/drawable/trash_can.png b/Data/Icons/Resources/drawable/trash_can.png new file mode 100644 index 00000000..4b150f6b Binary files /dev/null and b/Data/Icons/Resources/drawable/trash_can.png differ diff --git a/Data/Icons/Resources/drawable/wooden_sign.png b/Data/Icons/Resources/drawable/wooden_sign.png new file mode 100644 index 00000000..8954535a Binary files /dev/null and b/Data/Icons/Resources/drawable/wooden_sign.png differ diff --git a/Data/Icons/convert.bat b/Data/Icons/convert.bat index 4f1e5eda..363c8bfe 100644 --- a/Data/Icons/convert.bat +++ b/Data/Icons/convert.bat @@ -51,10 +51,12 @@ call convertone.bat cancel cancel call convertone.bat scroll_unfurled scroll-unfurled -:nouveau - call convertone.bat speaker speaker call convertone.bat speaker_off speaker-off +:nouveau + +call convertone.bat high_shot high-shot + pause diff --git a/Data/Icons/high-shot.svg b/Data/Icons/high-shot.svg new file mode 100644 index 00000000..982f9577 --- /dev/null +++ b/Data/Icons/high-shot.svg @@ -0,0 +1 @@ + \ No newline at end of file