Skip to content

Commit

Permalink
NET 8 and Upgrade AFSLib
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Nov 26, 2023
1 parent d775416 commit 7371811
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<div align="center"><h1>Shadow The Hedgehog Text Editor</h1>
<div align="center">
<h1>Shadow The Hedgehog Text Editor</h1>
<h3>FNT editor (Subtitles & Voice Associations) for GameCube/Xbox versions of Shadow The Hedgehog</h3>
<img src="https://raw.githubusercontent.com/ShadowTheHedgehogHacking/ShadowTHTextEditor/master/res/preview.jpg" align="center" />
</div>





FNT editor for GameCube/Xbox versions of Shadow The Hedgehog.

## Dependencies:
* Requires [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime) (or higher).
* Requires [.NET 8 Desktop Runtime](https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&apphost_version=8.0.0&gui=true)

## Features:
* Handles the entire /font folder (with locale support).
Expand All @@ -21,7 +18,6 @@ FNT editor for GameCube/Xbox versions of Shadow The Hedgehog.
* Add / Delete subtitle entries
* Dark Mode


## Note:
By default ShadowTH uses an ampersand (&) to represent the trademark symbol (™).

Expand Down
2 changes: 1 addition & 1 deletion ShadowTH Text Editor/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:ShadowTH_Text_Editor"
mc:Ignorable="d"
x:Name="CoreWindow"
Title="Shadow The Hedgehog Text Editor / FNT Editor v1.9.0" Height="715" Width="800" MinWidth="600" MinHeight="715" MaxWidth="800" MaxHeight="715" ResizeMode="CanResizeWithGrip" Icon="ShadowFNT.ico" SizeChanged="Window_SizeChanged" Closed="CoreWindow_Closed">
Title="Shadow The Hedgehog Text Editor / FNT Editor v1.9.1" Height="715" Width="800" MinWidth="600" MinHeight="715" MaxWidth="800" MaxHeight="715" ResizeMode="CanResizeWithGrip" Icon="ShadowFNT.ico" SizeChanged="Window_SizeChanged" Closed="CoreWindow_Closed">
<DockPanel>
<StackPanel DockPanel.Dock="Top">
<StackPanel Orientation="Horizontal">
Expand Down
6 changes: 3 additions & 3 deletions ShadowTH Text Editor/ShadowTH Text Editor.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<LangVersion>latest</LangVersion>
<RootNamespace>ShadowTH_Text_Editor</RootNamespace>
<UseWPF>true</UseWPF>
<ApplicationIcon>ShadowFNT.ico</ApplicationIcon>
<Version>1.9.0</Version>
<Version>1.9.1</Version>
<Authors>dreamsyntax</Authors>
<Company>ShadowTheHedgehogHacking</Company>
</PropertyGroup>
Expand All @@ -18,7 +18,7 @@
<None Remove="ShadowFNT.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AFSLib" Version="1.1.0" />
<PackageReference Include="AFSLib" Version="1.1.1" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="ShadowFNT" Version="2.0.1" />
Expand Down

0 comments on commit 7371811

Please sign in to comment.