Improved UI

This commit is contained in:
max
2025-12-18 03:00:13 +01:00
parent e0af3aefe1
commit 6249499be2
5 changed files with 272 additions and 142 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Car_simulation</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
@@ -12,4 +12,10 @@
<PackageReference Include="SFML.Net" Version="2.6.1" />
</ItemGroup>
<ItemGroup>
<None Update="arial.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>