Add initial project files and implement CameraController and World classes

This commit is contained in:
ImBenji
2025-10-18 17:26:39 +01:00
parent 008ed63eff
commit ca3f88cf17
30 changed files with 964 additions and 0 deletions

6
Frontiers.csproj Normal file
View File

@@ -0,0 +1,6 @@
<Project Sdk="Godot.NET.Sdk/4.4.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>