add rewardPanel

This commit is contained in:
Bob.Song
2026-03-24 17:20:16 +08:00
parent b6320af0c9
commit 12635b4da9
116 changed files with 237 additions and 101 deletions

View File

@@ -19,6 +19,7 @@ namespace NBF
UIObjectFactory.SetPackageItemExtension(MainMenu.URL, typeof(MainMenu));
UIObjectFactory.SetPackageItemExtension(BtnMainMenu.URL, typeof(BtnMainMenu));
UIObjectFactory.SetPackageItemExtension(CommonSubMenu.URL, typeof(CommonSubMenu));
UIObjectFactory.SetPackageItemExtension(ItemsItem.URL, typeof(ItemsItem));
UIObjectFactory.SetPackageItemExtension(MarqueeTag.URL, typeof(MarqueeTag));
UIObjectFactory.SetPackageItemExtension(BtnInputName.URL, typeof(BtnInputName));
UIObjectFactory.SetPackageItemExtension(BtnTextInputControl.URL, typeof(BtnTextInputControl));

29
Assets/Scripts/UI/ItemsItem.Designer.cs generated Normal file
View File

@@ -0,0 +1,29 @@
/**本脚本为自动生成每次生成会覆盖请勿手动修改生成插件文档及项目地址https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
using FairyGUI;
using FairyGUI.Utils;
using NBC;
namespace NBF
{
public partial class ItemsItem
{
public const string URL = "ui://6hgkvlaujd2r18g";
public GImage back_full;
public GImage glow;
public GImage stroke;
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
back_full = (GImage)GetChild("back_full");
glow = (GImage)GetChild("glow");
stroke = (GImage)GetChild("stroke");
OnInited();
UILanguage.TrySetComponentLanguage(this);
}
}
}

View File

@@ -0,0 +1,15 @@
// 本脚本只在不存在时会生成一次。组件逻辑写在当前脚本内。已存在不会再次生成覆盖
using UnityEngine;
using FairyGUI;
using NBC;
namespace NBF
{
public partial class ItemsItem : GLabel
{
private void OnInited()
{
}
}
}

View File

@@ -0,0 +1,36 @@
/**本脚本为自动生成每次生成会覆盖请勿手动修改生成插件文档及项目地址https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
using FairyGUI;
using FairyGUI.Utils;
using NBC;
using System.Collections.Generic;
namespace NBF
{
/// <summary> </summary>
public partial class RewardPanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
public override string UIPackName => "Common";
public override string UIResName => "RewardPanel";
[AutoFind(Name = "back_full")]
public GImage back_full;
[AutoFind(Name = "Modal")]
public GLabel Modal;
[AutoFind(Name = "BtnConfirm")]
public GButton BtnConfirm;
[AutoFind(Name = "List")]
public GList List;
[AutoFind(Name = "show")]
public Transition show;
public override string[] GetDependPackages(){ return new string[] {}; }
public static void Show(object param = null){ UI.Inst.OpenUI<RewardPanel>(param); }
public static void Hide(){ UI.Inst.HideUI<RewardPanel>(); }
public static void Del(){ UI.Inst.DestroyUI<RewardPanel>(); }
}
}

View File

@@ -0,0 +1,11 @@
// 本脚本只在不存在时会生成一次。已存在不会再次生成覆盖
using UnityEngine;
using NBC;
namespace NBF
{
public partial class RewardPanel : UIPanel
{
}
}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="200,200" extention="Label" designImage="ui://6hgkvlaujd2r184" designImageOffsetX="-860" designImageOffsetY="-407" designImageAlpha="0">
<displayList>
<image id="n0_jd2r" name="back_full" src="9wej10r" fileName="Images/button/button_square_1.png" xy="0,0" size="200,200" color="#252525">
<relation target="" sidePair="center-center,middle-middle"/>
</image>
<image id="n2_jd2r" name="glow" src="vbojsb" fileName="ImagesNew/Glow/glow_horizontal/glow_horizontal_1.png" xy="0,0" size="200,200" alpha="0.04">
<relation target="" sidePair="center-center,middle-middle"/>
</image>
<image id="n3_jd2r" name="stroke" src="vbojo6" fileName="ImagesNew/Square/square128_stroke1px.png" xy="0,0" size="200,200" color="#343435">
<relation target="" sidePair="center-center,middle-middle"/>
</image>
<loader id="n4_jd2r" name="icon" xy="40,40" size="120,120" align="center" vAlign="middle" fill="scale">
<relation target="" sidePair="center-center,middle-middle"/>
</loader>
<text id="n5_jd2r" name="title" xy="148,163" pivot="1,1" size="46,34" fontSize="24" color="#bcbdaf" align="right" shadowColor="#000000" shadowOffset="1,1" text="300">
<relation target="" sidePair="right-right,bottom-bottom"/>
</text>
</displayList>
</component>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="200,234" extention="Label">
<displayList>
<component id="n0_jd2r" name="Item" src="jd2r18g" fileName="ComNew/Item/ItemsItem.xml" xy="0,0">
<relation target="" sidePair="center-center,top-top"/>
</component>
<text id="n1_jd2r" name="title" xy="69,204" pivot="0.5,0.5" size="62,29" fontSize="20" color="#ffffff" align="center" text="Name"/>
</displayList>
</component>

View File

@@ -2,12 +2,20 @@
<component size="1920,1080" designImage="ui://6hgkvlaujd2r184" designImageAlpha="100">
<displayList>
<image id="n32_jd2r" name="back_full" src="9wej10r" fileName="Images/button/button_square_1.png" xy="0,0" size="1920,1080" alpha="0.99" color="#000000">
<relation target="" sidePair="center-center,middle-middle"/>
<relation target="" sidePair="width-width,height-height,center-center,middle-middle"/>
</image>
<component id="n8_r03u" name="Modal" src="jd2r18e" fileName="Com/Modal1.xml" xy="0,269" size="1920,541"/>
<component id="n9_r03u" name="BtnConfirm" src="jd2r18a" fileName="ComNew/Button/ButtonCommonYellow.xml" xy="849,732" size="220,50">
<relation target="n8_r03u" sidePair="center-center,bottom-bottom"/>
</component>
<list id="n36_jd2r" name="List" xy="45,402" size="1838,246" layout="flow_hz" overflow="scroll" scroll="horizontal" colGap="16" defaultItem="ui://6hgkvlaujd2r18h" align="center" vAlign="middle">
<relation target="n8_r03u" sidePair="center-center,middle-middle"/>
<item/>
<item/>
<item/>
<item/>
<item/>
</list>
</displayList>
<transition name="show"/>
</component>

View File

@@ -488,6 +488,8 @@
<image id="r03uiu" name="Gradient.png" path="/ImagesNew/Glow/" exported="true" scale="9grid" scale9grid="319,1,14,6"/>
<component id="jd2r18e" name="Modal1.xml" path="/Com/"/>
<component id="jd2r18f" name="RewardPanel.xml" path="/Panel/" exported="true"/>
<component id="jd2r18g" name="ItemsItem.xml" path="/ComNew/Item/" exported="true"/>
<component id="jd2r18h" name="RewardItem.xml" path="/ComNew/Item/" exported="true"/>
</resources>
<publish name="" path="../Assets/ResRaw/Fgui/Common" packageCount="2" genCode="true"/>
</packageDescription>

View File

@@ -1,106 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<packageDescription id="qv8puv6g">
<resources>
<image id="uiwj0" name="30006.png" path="/" exported="true"/>
<image id="uiwj1" name="90009.png" path="/" exported="true"/>
<image id="uiwj2" name="90008.png" path="/" exported="true"/>
<image id="uiwj3" name="90007.png" path="/" exported="true"/>
<image id="uiwj4" name="90006.png" path="/" exported="true"/>
<image id="uiwj5" name="90005.png" path="/" exported="true"/>
<image id="uiwj6" name="90004.png" path="/" exported="true"/>
<image id="uiwj7" name="90003.png" path="/" exported="true"/>
<image id="uiwj8" name="90002.png" path="/" exported="true"/>
<image id="uiwj9" name="90001.png" path="/" exported="true"/>
<image id="uiwja" name="80013.png" path="/" exported="true"/>
<image id="uiwjb" name="80012.png" path="/" exported="true"/>
<image id="uiwjc" name="80011.png" path="/" exported="true"/>
<image id="uiwjd" name="80010.png" path="/" exported="true"/>
<image id="uiwje" name="80009.png" path="/" exported="true"/>
<image id="uiwjf" name="80008.png" path="/" exported="true"/>
<image id="uiwjg" name="80007.png" path="/" exported="true"/>
<image id="uiwjh" name="80006.png" path="/" exported="true"/>
<image id="uiwji" name="80005.png" path="/" exported="true"/>
<image id="uiwjj" name="80004.png" path="/" exported="true"/>
<image id="uiwjk" name="80003.png" path="/" exported="true"/>
<image id="uiwjl" name="80002.png" path="/" exported="true"/>
<image id="uiwjm" name="90010.png" path="/" exported="true"/>
<image id="uiwjn" name="80001.png" path="/" exported="true"/>
<image id="uiwjo" name="90011.png" path="/" exported="true"/>
<image id="uiwjp" name="90013.png" path="/" exported="true"/>
<image id="uiwjq" name="30003.png" path="/" exported="true"/>
<image id="uiwjr" name="30002.png" path="/" exported="true"/>
<image id="uiwjs" name="30001.png" path="/" exported="true"/>
<image id="uiwjt" name="110001.png" path="/" exported="true"/>
<image id="uiwju" name="100010.png" path="/" exported="true"/>
<image id="uiwjv" name="100009.png" path="/" exported="true"/>
<image id="uiwjw" name="100008.png" path="/" exported="true"/>
<image id="uiwjx" name="100007.png" path="/" exported="true"/>
<image id="uiwjy" name="100006.png" path="/" exported="true"/>
<image id="uiwjz" name="100005.png" path="/" exported="true"/>
<image id="uiwj10" name="100004.png" path="/" exported="true"/>
<image id="uiwj11" name="100003.png" path="/" exported="true"/>
<image id="uiwj12" name="100002.png" path="/" exported="true"/>
<image id="uiwj13" name="100001.png" path="/" exported="true"/>
<image id="uiwj14" name="90020.png" path="/" exported="true"/>
<image id="uiwj15" name="90019.png" path="/" exported="true"/>
<image id="uiwj16" name="90018.png" path="/" exported="true"/>
<image id="uiwj17" name="90017.png" path="/" exported="true"/>
<image id="uiwj18" name="90016.png" path="/" exported="true"/>
<image id="uiwj19" name="90015.png" path="/" exported="true"/>
<image id="uiwj1a" name="90014.png" path="/" exported="true"/>
<image id="uiwj1b" name="90012.png" path="/" exported="true"/>
<image id="uiwj1c" name="70004.png" path="/" exported="true"/>
<image id="uiwj1d" name="70003.png" path="/" exported="true"/>
<image id="uiwj1e" name="70002.png" path="/" exported="true"/>
<image id="uiwj1f" name="40009.png" path="/" exported="true"/>
<image id="uiwj1g" name="40008.png" path="/" exported="true"/>
<image id="uiwj1h" name="40007.png" path="/" exported="true"/>
<image id="uiwj1i" name="40006.png" path="/" exported="true"/>
<image id="uiwj1j" name="40005.png" path="/" exported="true"/>
<image id="uiwj1k" name="40004.png" path="/" exported="true"/>
<image id="uiwj1l" name="40003.png" path="/" exported="true"/>
<image id="uiwj1m" name="40002.png" path="/" exported="true"/>
<image id="uiwj1n" name="40001.png" path="/" exported="true"/>
<image id="uiwj1o" name="33002.png" path="/" exported="true"/>
<image id="uiwj1p" name="32007.png" path="/" exported="true"/>
<image id="uiwj1q" name="32006.png" path="/" exported="true"/>
<image id="uiwj1r" name="32005.png" path="/" exported="true"/>
<image id="uiwj1s" name="32004.png" path="/" exported="true"/>
<image id="uiwj1t" name="32003.png" path="/" exported="true"/>
<image id="uiwj1u" name="31001.png" path="/" exported="true"/>
<image id="uiwj1v" name="30011.png" path="/" exported="true"/>
<image id="uiwj1w" name="30010.png" path="/" exported="true"/>
<image id="uiwj1x" name="30009.png" path="/" exported="true"/>
<image id="uiwj1y" name="30008.png" path="/" exported="true"/>
<image id="uiwj1z" name="30007.png" path="/" exported="true"/>
<image id="uiwj20" name="40010.png" path="/" exported="true"/>
<image id="uiwj21" name="50001.png" path="/" exported="true"/>
<image id="uiwj22" name="50002.png" path="/" exported="true"/>
<image id="uiwj23" name="50003.png" path="/" exported="true"/>
<image id="uiwj24" name="70001.png" path="/" exported="true"/>
<image id="uiwj25" name="60010.png" path="/" exported="true"/>
<image id="uiwj26" name="60009.png" path="/" exported="true"/>
<image id="uiwj27" name="60008.png" path="/" exported="true"/>
<image id="uiwj28" name="60007.png" path="/" exported="true"/>
<image id="uiwj29" name="60006.png" path="/" exported="true"/>
<image id="uiwj2a" name="60005.png" path="/" exported="true"/>
<image id="uiwj2b" name="60004.png" path="/" exported="true"/>
<image id="uiwj2c" name="60003.png" path="/" exported="true"/>
<image id="uiwj2d" name="60002.png" path="/" exported="true"/>
<image id="uiwj2e" name="30004.png" path="/" exported="true"/>
<image id="uiwj2f" name="60001.png" path="/" exported="true"/>
<image id="uiwj2g" name="50013.png" path="/" exported="true"/>
<image id="uiwj2h" name="50012.png" path="/" exported="true"/>
<image id="uiwj2i" name="50011.png" path="/" exported="true"/>
<image id="uiwj2j" name="50010.png" path="/" exported="true"/>
<image id="uiwj2k" name="50009.png" path="/" exported="true"/>
<image id="uiwj2l" name="50008.png" path="/" exported="true"/>
<image id="uiwj2m" name="50007.png" path="/" exported="true"/>
<image id="uiwj2n" name="50006.png" path="/" exported="true"/>
<image id="uiwj2o" name="50005.png" path="/" exported="true"/>
<image id="uiwj2p" name="50004.png" path="/" exported="true"/>
<image id="uiwj2q" name="50014.png" path="/" exported="true"/>
<image id="uiwj2r" name="30005.png" path="/" exported="true"/>
<image id="uiwj0" name="30006.png" path="/配件/" exported="true"/>
<image id="uiwj1" name="90009.png" path="/配件/" exported="true"/>
<image id="uiwj2" name="90008.png" path="/配件/" exported="true"/>
<image id="uiwj3" name="90007.png" path="/配件/" exported="true"/>
<image id="uiwj4" name="90006.png" path="/配件/" exported="true"/>
<image id="uiwj5" name="90005.png" path="/配件/" exported="true"/>
<image id="uiwj6" name="90004.png" path="/配件/" exported="true"/>
<image id="uiwj7" name="90003.png" path="/配件/" exported="true"/>
<image id="uiwj8" name="90002.png" path="/配件/" exported="true"/>
<image id="uiwj9" name="90001.png" path="/配件/" exported="true"/>
<image id="uiwja" name="80013.png" path="/配件/" exported="true"/>
<image id="uiwjb" name="80012.png" path="/配件/" exported="true"/>
<image id="uiwjc" name="80011.png" path="/配件/" exported="true"/>
<image id="uiwjd" name="80010.png" path="/配件/" exported="true"/>
<image id="uiwje" name="80009.png" path="/配件/" exported="true"/>
<image id="uiwjf" name="80008.png" path="/配件/" exported="true"/>
<image id="uiwjg" name="80007.png" path="/配件/" exported="true"/>
<image id="uiwjh" name="80006.png" path="/配件/" exported="true"/>
<image id="uiwji" name="80005.png" path="/配件/" exported="true"/>
<image id="uiwjj" name="80004.png" path="/配件/" exported="true"/>
<image id="uiwjk" name="80003.png" path="/配件/" exported="true"/>
<image id="uiwjl" name="80002.png" path="/配件/" exported="true"/>
<image id="uiwjm" name="90010.png" path="/配件/" exported="true"/>
<image id="uiwjn" name="80001.png" path="/配件/" exported="true"/>
<image id="uiwjo" name="90011.png" path="/配件/" exported="true"/>
<image id="uiwjp" name="90013.png" path="/配件/" exported="true"/>
<image id="uiwjq" name="30003.png" path="/配件/" exported="true"/>
<image id="uiwjr" name="30002.png" path="/配件/" exported="true"/>
<image id="uiwjs" name="30001.png" path="/配件/" exported="true"/>
<image id="uiwjt" name="110001.png" path="/配件/" exported="true"/>
<image id="uiwju" name="100010.png" path="/配件/" exported="true"/>
<image id="uiwjv" name="100009.png" path="/配件/" exported="true"/>
<image id="uiwjw" name="100008.png" path="/配件/" exported="true"/>
<image id="uiwjx" name="100007.png" path="/配件/" exported="true"/>
<image id="uiwjy" name="100006.png" path="/配件/" exported="true"/>
<image id="uiwjz" name="100005.png" path="/配件/" exported="true"/>
<image id="uiwj10" name="100004.png" path="/配件/" exported="true"/>
<image id="uiwj11" name="100003.png" path="/配件/" exported="true"/>
<image id="uiwj12" name="100002.png" path="/配件/" exported="true"/>
<image id="uiwj13" name="100001.png" path="/配件/" exported="true"/>
<image id="uiwj14" name="90020.png" path="/配件/" exported="true"/>
<image id="uiwj15" name="90019.png" path="/配件/" exported="true"/>
<image id="uiwj16" name="90018.png" path="/配件/" exported="true"/>
<image id="uiwj17" name="90017.png" path="/配件/" exported="true"/>
<image id="uiwj18" name="90016.png" path="/配件/" exported="true"/>
<image id="uiwj19" name="90015.png" path="/配件/" exported="true"/>
<image id="uiwj1a" name="90014.png" path="/配件/" exported="true"/>
<image id="uiwj1b" name="90012.png" path="/配件/" exported="true"/>
<image id="uiwj1c" name="70004.png" path="/配件/" exported="true"/>
<image id="uiwj1d" name="70003.png" path="/配件/" exported="true"/>
<image id="uiwj1e" name="70002.png" path="/配件/" exported="true"/>
<image id="uiwj1f" name="40009.png" path="/配件/" exported="true"/>
<image id="uiwj1g" name="40008.png" path="/配件/" exported="true"/>
<image id="uiwj1h" name="40007.png" path="/配件/" exported="true"/>
<image id="uiwj1i" name="40006.png" path="/配件/" exported="true"/>
<image id="uiwj1j" name="40005.png" path="/配件/" exported="true"/>
<image id="uiwj1k" name="40004.png" path="/配件/" exported="true"/>
<image id="uiwj1l" name="40003.png" path="/配件/" exported="true"/>
<image id="uiwj1m" name="40002.png" path="/配件/" exported="true"/>
<image id="uiwj1n" name="40001.png" path="/配件/" exported="true"/>
<image id="uiwj1o" name="33002.png" path="/配件/" exported="true"/>
<image id="uiwj1p" name="32007.png" path="/配件/" exported="true"/>
<image id="uiwj1q" name="32006.png" path="/配件/" exported="true"/>
<image id="uiwj1r" name="32005.png" path="/配件/" exported="true"/>
<image id="uiwj1s" name="32004.png" path="/配件/" exported="true"/>
<image id="uiwj1t" name="32003.png" path="/配件/" exported="true"/>
<image id="uiwj1u" name="31001.png" path="/配件/" exported="true"/>
<image id="uiwj1v" name="30011.png" path="/配件/" exported="true"/>
<image id="uiwj1w" name="30010.png" path="/配件/" exported="true"/>
<image id="uiwj1x" name="30009.png" path="/配件/" exported="true"/>
<image id="uiwj1y" name="30008.png" path="/配件/" exported="true"/>
<image id="uiwj1z" name="30007.png" path="/配件/" exported="true"/>
<image id="uiwj20" name="40010.png" path="/配件/" exported="true"/>
<image id="uiwj21" name="50001.png" path="/配件/" exported="true"/>
<image id="uiwj22" name="50002.png" path="/配件/" exported="true"/>
<image id="uiwj23" name="50003.png" path="/配件/" exported="true"/>
<image id="uiwj24" name="70001.png" path="/配件/" exported="true"/>
<image id="uiwj25" name="60010.png" path="/配件/" exported="true"/>
<image id="uiwj26" name="60009.png" path="/配件/" exported="true"/>
<image id="uiwj27" name="60008.png" path="/配件/" exported="true"/>
<image id="uiwj28" name="60007.png" path="/配件/" exported="true"/>
<image id="uiwj29" name="60006.png" path="/配件/" exported="true"/>
<image id="uiwj2a" name="60005.png" path="/配件/" exported="true"/>
<image id="uiwj2b" name="60004.png" path="/配件/" exported="true"/>
<image id="uiwj2c" name="60003.png" path="/配件/" exported="true"/>
<image id="uiwj2d" name="60002.png" path="/配件/" exported="true"/>
<image id="uiwj2e" name="30004.png" path="/配件/" exported="true"/>
<image id="uiwj2f" name="60001.png" path="/配件/" exported="true"/>
<image id="uiwj2g" name="50013.png" path="/配件/" exported="true"/>
<image id="uiwj2h" name="50012.png" path="/配件/" exported="true"/>
<image id="uiwj2i" name="50011.png" path="/配件/" exported="true"/>
<image id="uiwj2j" name="50010.png" path="/配件/" exported="true"/>
<image id="uiwj2k" name="50009.png" path="/配件/" exported="true"/>
<image id="uiwj2l" name="50008.png" path="/配件/" exported="true"/>
<image id="uiwj2m" name="50007.png" path="/配件/" exported="true"/>
<image id="uiwj2n" name="50006.png" path="/配件/" exported="true"/>
<image id="uiwj2o" name="50005.png" path="/配件/" exported="true"/>
<image id="uiwj2p" name="50004.png" path="/配件/" exported="true"/>
<image id="uiwj2q" name="50014.png" path="/配件/" exported="true"/>
<image id="uiwj2r" name="30005.png" path="/配件/" exported="true"/>
<image id="jd2r2s" name="10002.png" path="/货币/" exported="true"/>
<image id="jd2r2t" name="10001.png" path="/货币/" exported="true"/>
<image id="jd2r2u" name="10003.png" path="/货币/" exported="true"/>
</resources>
<publish name="" path="../Assets/ResRaw/Fgui/CommonIcon" packageCount="2"/>
</packageDescription>

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Some files were not shown because too many files have changed in this diff Show More