implemented Tamamo PCK archives.

This commit is contained in:
morkt
2017-11-16 11:34:52 +04:00
parent 5d6438c2b6
commit f4e5fc6029
7 changed files with 343 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
<StackPanel x:Class="GameRes.Formats.GUI.WidgetPCK"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:p="clr-namespace:GameRes.Formats.Properties"
MaxWidth="250" Orientation="Vertical">
<ComboBox Name="Title" Width="250" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=PCKTitle, Mode=TwoWay}"/>
</StackPanel>