diff --git a/LoL Assist/MainWindow.xaml b/LoL Assist/MainWindow.xaml index 49653de..d86b58a 100644 --- a/LoL Assist/MainWindow.xaml +++ b/LoL Assist/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:view="clr-namespace:LoL_Assist_WAPP.View" x:Name="Me" xmlns:viewModel ="clr-namespace:LoL_Assist_WAPP.ViewModel" - mc:Ignorable="d" WindowStartupLocation="CenterScreen" Background="{DynamicResource bBrushSecondary}" RenderOptions.BitmapScalingMode="HighQuality" Topmost="True" + mc:Ignorable="d" WindowStartupLocation="CenterScreen" Background="{DynamicResource bBrushSecondary}" RenderOptions.BitmapScalingMode="HighQuality" Topmost="{Binding Path=Topmost, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" Title="LoL Assist" Height="380" Width="505" MinHeight="380" MinWidth="505" MaxHeight="350" MaxWidth="485" BorderBrush="{DynamicResource BorderGradientBrush}" BorderThickness="1"> diff --git a/README.md b/README.md index d721e5c..39a258e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@

LoL Assist is an automatic Runes & Spells importer for League of Legends with a simple-looking UI & GUI. -Builds are scraped from Metasrc, and I'll be adding more options soon or later on. +Builds are scraped from METAsrc and U.GG, and I'll be adding more options soon or later on. Consider giving my project a star to support me. 😄❤️

@@ -26,8 +26,9 @@ Consider giving my project a star to support me. 😄❤️

• Auto Import Runes
• Auto Import Spells
+• Real-time rune editor
• Auto Accept Matchmaking
-• Runes & Spells Editor
+• Advanced Runes & Spells Editor
• Auto Updater

@@ -35,7 +36,6 @@ Consider giving my project a star to support me. 😄❤️

To do

-More Runes & Spells Source ❌
Auto chat role (Automatically send your selected role to lobby chat) ❌

@@ -46,11 +46,12 @@ Auto chat role (Automatically send your selected role to lobby chat) ❌ LoL Assist Preview

-

Main Window
- -

+ + + +

Runes & Spells Editor Window
- +

@@ -58,7 +59,7 @@ Auto chat role (Automatically send your selected role to lobby chat) ❌ ## Acknowledgements This project wouldn't be possible without their tools... - [@Pupix](https://github.com/Pupix) -> [Rift Explorer](https://github.com/Pupix/rift-explorer) - - [@pipe01](https://github.com/pipe01) -> [lcu-event-viewer](https://github.com/pipe01/lcu-event-viewer) + - [@pipe01](https://github.com/pipe01) -> [lcu-event-viewer](https://github.com/pipe01/lcu-event-viewer), [legendary-rune-maker](https://github.com/pipe01/legendary-rune-maker) - [@Hi-Ray](https://github.com/Hi-Ray), [@MingweiSamuel](https://github.com/MingweiSamuel) -> [LCU Explorer](https://github.com/HextechDocs/lcu-explorer) ## Authors diff --git a/Version.txt b/Version.txt index 1707366..f2eeefe 100644 --- a/Version.txt +++ b/Version.txt @@ -1,2 +1,2 @@ -1.8.0.0 -1.1.2.0 +2.0.0.0 +2.0.0.0 \ No newline at end of file