init
This commit is contained in:
commit
18efc36800
161 changed files with 5008 additions and 0 deletions
17
MalagaJam18.csproj
Normal file
17
MalagaJam18.csproj
Normal file
|
@ -0,0 +1,17 @@
|
|||
<Project Sdk="Godot.NET.Sdk/4.2.2">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.IO.Ports" Version="8.0.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="scripts\arduino_control\pulse_generator.gd" />
|
||||
<Content Include="scripts\explosion_player.gd" />
|
||||
<Content Include="scripts\game_flow.gd" />
|
||||
<Content Include="text_typer.tscn" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue