Object parenting; Ship module prototype; Use 64 bit
This commit is contained in:
parent
3f97e18615
commit
8335714acc
30 changed files with 436 additions and 62 deletions
11
Imperfect Space.csproj.old
Normal file
11
Imperfect Space.csproj.old
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