Loads of stuff
This commit is contained in:
parent
f3af522683
commit
66ce3ff503
413 changed files with 14802 additions and 0 deletions
11
Utilities/MapData/CellDataResource.gd
Normal file
11
Utilities/MapData/CellDataResource.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
class_name CellDataResource
|
||||
extends Resource
|
||||
|
||||
@export var cell_seed: int = randi()
|
||||
@export var x: int = 0
|
||||
@export var z: int = 0
|
||||
|
||||
@export var vegetation_density: float = 0.5
|
||||
@export var ground_compaction: float = 0.0
|
||||
@export var water: float = 0
|
||||
@export var moisture_level: float = 0.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue