MORE Camera
This commit is contained in:
5
utility/CellData.gd
Normal file
5
utility/CellData.gd
Normal 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
1
utility/CellData.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://s2rldju52u45
|
||||
6
utility/EntityData.gd
Normal file
6
utility/EntityData.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name EntityData
|
||||
extends Resource
|
||||
|
||||
@export var name: String
|
||||
@export var canFly: bool
|
||||
@export var canSpawnThings: bool
|
||||
1
utility/EntityData.gd.uid
Normal file
1
utility/EntityData.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://v6ittu7sc334
|
||||
Reference in New Issue
Block a user