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
|
|
@ -1,9 +1,7 @@
|
|||
<Project Sdk="Godot.NET.Sdk/4.6.0-rc.2">
|
||||
<Project Sdk="Godot.NET.Sdk/4.6.0-rc">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework
|
||||
Condition=" '$(GodotTargetPlatform)' == 'android' "
|
||||
>net9.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>ImperfectSpace</RootNamespace>
|
||||
<SuppressImplicitGitSourceLink>true</SuppressImplicitGitSourceLink>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue