Improved platforming jump physics and added music autoplay feature. Added joystick support. Added dimmed background tiling.
Release / Export Game (push) Successful in 2m22s

This commit is contained in:
qwsdcvghyu89
2026-06-07 23:02:51 +10:00
parent ba2ce768e4
commit 77d850f95e
18 changed files with 400 additions and 44 deletions
+1
View File
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<LangVersion>preview</LangVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>