Add player movement
This commit is contained in:
parent
269b962fef
commit
3f97e18615
27 changed files with 631 additions and 1 deletions
11
Imperfect Space.csproj
Normal file
11
Imperfect Space.csproj
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<Project Sdk="Godot.NET.Sdk/4.6.0-rc.2">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework
|
||||
Condition=" '$(GodotTargetPlatform)' == 'android' "
|
||||
>net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>ImperfectSpace</RootNamespace>
|
||||
<SuppressImplicitGitSourceLink>true</SuppressImplicitGitSourceLink>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue