diff --git a/Entities/GroundTile/scripts/trees.gd b/Entities/GroundTile/scripts/trees.gd index dfbc87c..3a091c0 100644 --- a/Entities/GroundTile/scripts/trees.gd +++ b/Entities/GroundTile/scripts/trees.gd @@ -5,7 +5,6 @@ extends Node3D @export var min_distance: float = 0.5 var spawned_positions: Array[Vector3] = [] var parent_ground_tile: GroundTile -# Remove this line: var rng: RandomClass = RandomClass.new() func _ready(): parent_ground_tile = get_parent() as GroundTile