QOL changes

added opening the source url, and opening playlist folders, fixed ugly icons
This commit is contained in:
bucket
2026-02-26 21:20:48 +01:00
parent 38655756e3
commit 2be692e55c
27 changed files with 91 additions and 42 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Godot.NET.Sdk/4.4.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="z440.atl.core" Version="7.3.0" />
</ItemGroup>
</Project>