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

5
utility/CellData.gd Normal file
View File

@@ -0,0 +1,5 @@
class_name CellData
extends Resource
@export var name: String
@export var texture: Texture

1
utility/CellData.gd.uid Normal file
View File

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

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

View File

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