MORE Camera

This commit is contained in:
gdz
2025-08-08 19:39:55 +02:00
parent b429afcb81
commit 84da2ba48e
23 changed files with 446 additions and 0 deletions

13
scripts/Data.cs Normal file
View File

@@ -0,0 +1,13 @@
using Godot;
using System;
[GlobalClass]
public partial class Data : GodotObject
{
public struct EntityData
{
[Export] public String Name;
[Export] public bool CanFly;
[Export] public bool CanSpawnThings;
}
}

1
scripts/Data.cs.uid Normal file
View File

@@ -0,0 +1 @@
uid://ucbh1i3pk1qy