generate entities on biome
This commit is contained in:
5
core/biome_generator/railway_pool.gd
Normal file
5
core/biome_generator/railway_pool.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Resource
|
||||
class_name RailwayPool
|
||||
|
||||
@export var name: String = "New Railway Pool"
|
||||
@export var available_railways: Array[PackedScene] = []
|
||||
Reference in New Issue
Block a user