File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ namespace CardLoaderPlugin.lib
77{
88 public class CardUtils
99 {
10-
10+
1111 public static readonly Vector2 DefaultVector2 = new Vector2 ( 0.5f , 0.5f ) ;
1212 public static readonly Rect DefaultCardArtRect = new Rect ( 0.0f , 0.0f , 114.0f , 94.0f ) ;
1313 public static readonly Rect DefaultCardPixelArtRect = new Rect ( 0.0f , 0.0f , 41.0f , 28.0f ) ;
14-
14+
1515 public static List < CardAppearanceBehaviour . Appearance > getRareAppearance =
1616 new List < CardAppearanceBehaviour . Appearance > ( ) { CardAppearanceBehaviour . Appearance . RareCardBackground } ;
1717
1818 public static List < CardMetaCategory > getNormalCardMetadata = new List < CardMetaCategory > ( )
19- { CardMetaCategory . ChoiceNode } ;
20-
19+ { CardMetaCategory . ChoiceNode , CardMetaCategory . TraderOffer } ;
20+
2121 public static List < CardMetaCategory > getRareCardMetadata = new List < CardMetaCategory > ( )
22- { CardMetaCategory . ChoiceNode , CardMetaCategory . Rare } ;
22+ { CardMetaCategory . Rare } ;
2323
2424 public static Texture2D loadImage ( string pathCardArt )
2525 {
@@ -36,4 +36,4 @@ public static Texture2D loadImage(string pathCardArt)
3636 }
3737 }
3838 }
39- }
39+ }
You can’t perform that action at this time.
0 commit comments