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