work
This commit is contained in:
8
scripts/v2/worldgen/standard_generator.gd
Normal file
8
scripts/v2/worldgen/standard_generator.gd
Normal file
@ -0,0 +1,8 @@
|
||||
class_name StandardWorldGenerator
|
||||
extends WorldGenerator
|
||||
|
||||
@export
|
||||
var parts: Array[PackedScene] = []
|
||||
|
||||
func _generate(map: TileMap) -> void:
|
||||
pass
|
Reference in New Issue
Block a user