mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 22:54:14 +00:00
5d3e167496
Closes #814 thanks @JortonMV ! Closes #818 thanks @egzonqj ! (both were instrumental in regards to this commit, much appreciated) Refactors to move the slot image generation per the save file to an extension method, instead of having 4 methods (2 in main, getQuickFiller & getSlotFiller, and 2 in box viewer, same names). Uses the legality marker unscaled in the bottom left corner of the sprite. Fielded a few ideas in IRC (a commented-out line that tinted the sprite red remains in the src), but the folks in IRC preferred the indicator. When toggling the legality indicator, the box viewer has to be updated as well as the main box slots.
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="PKHeX.WinForms.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup><userSettings>
|
|
<PKHeX.WinForms.Properties.Settings>
|
|
<setting name="Language" serializeAs="String">
|
|
<value />
|
|
</setting>
|
|
<setting name="Version" serializeAs="String">
|
|
<value />
|
|
</setting>
|
|
<setting name="Unicode" serializeAs="String">
|
|
<value>True</value>
|
|
</setting>
|
|
<setting name="SetUpdateDex" serializeAs="String">
|
|
<value>True</value>
|
|
</setting>
|
|
<setting name="SetUpdatePKM" serializeAs="String">
|
|
<value>True</value>
|
|
</setting>
|
|
<setting name="BAKPrompt" serializeAs="String">
|
|
<value>False</value>
|
|
</setting>
|
|
<setting name="FlagIllegal" serializeAs="String">
|
|
<value>False</value>
|
|
</setting>
|
|
</PKHeX.WinForms.Properties.Settings>
|
|
</userSettings>
|
|
</configuration>
|