mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Changes GCosmeticCard sizing [Spellbreak]
Also added a note regarding the stretch done to the Spellbreak Cards
This commit is contained in:
parent
fb34ebd488
commit
9a4919f9de
|
|
@ -1,4 +1,4 @@
|
|||
using FModel.Creator.Rarities;
|
||||
using FModel.Creator.Rarities;
|
||||
using FModel.Creator.Texts;
|
||||
using PakReader.Parsers.Class;
|
||||
using PakReader.Parsers.PropertyTagData;
|
||||
|
|
@ -36,12 +36,12 @@ namespace FModel.Creator.Bases
|
|||
Description = "";
|
||||
Width = exportType switch
|
||||
{
|
||||
"GCosmeticCard" => 1024,
|
||||
"GCosmeticCard" => 1536,
|
||||
_ => 512
|
||||
};
|
||||
Height = exportType switch
|
||||
{
|
||||
"GCosmeticCard" => 200,
|
||||
"GCosmeticCard" => 450, // Not perfect, causes images to get stretched a bit, but actually allows text to show up so it works for now. - FireMonkey
|
||||
_ => 512
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user