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

6
utility/EntityData.gd Normal file
View File

@@ -0,0 +1,6 @@
class_name EntityData
extends Resource
@export var name: String
@export var canFly: bool
@export var canSpawnThings: bool