From ac95ca7ebe70cfad0f522e08952727b74bbdf0d5 Mon Sep 17 00:00:00 2001 From: Asval Date: Wed, 30 Oct 2024 17:11:47 +0100 Subject: [PATCH] updated fn fonts path --- FModel/Creator/Typefaces.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FModel/Creator/Typefaces.cs b/FModel/Creator/Typefaces.cs index e8336690..e79f35bd 100644 --- a/FModel/Creator/Typefaces.cs +++ b/FModel/Creator/Typefaces.cs @@ -14,7 +14,7 @@ public class Typefaces private const string _EXT = ".ufont"; // FortniteGame - private const string _FORTNITE_BASE_PATH = "/Game/UI/Foundation/Fonts/"; + private const string _FORTNITE_BASE_PATH = "FortniteGame/Plugins/FortUILibrary/Content/Fonts/"; private const string _ASIA_ERINM = "AsiaERINM"; // korean fortnite private const string _BURBANK_BIG_CONDENSED_BLACK = "BurbankBigCondensed-Black"; // russian private const string _BURBANK_BIG_REGULAR_BLACK = "BurbankBigRegular-Black"; diff --git a/README.md b/README.md index 9e49065c..5bfdaa51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FModel - An Unreal Engine Archives Explorer in C# ------------------------------------------ -[![CI Status](https://img.shields.io/github/actions/workflow/status/4sval/FModel/main.yml?label=CI)](https://github.com/4sval/FModel/actions) +[![CI Status](https://img.shields.io/github/actions/workflow/status/4sval/FModel/qa.yml?label=CI)](https://github.com/4sval/FModel/actions) [![Latest](https://img.shields.io/github/v/release/4sval/FModel?color=yellow)](https://fmodel.app/download) [![Donate](https://img.shields.io/badge/sponsor-DB61A2?logo=GitHub-Sponsors&logoColor=white)](https://fmodel.app/donate) [![Discord](https://discordapp.com/api/guilds/637265123144237061/widget.png?style=shield)](https://fmodel.app/discord)