This commit is contained in:
2023-10-18 15:26:27 -04:00
parent 5dac6ced93
commit 0fa604298f
12 changed files with 114 additions and 79 deletions

View File

@ -0,0 +1,8 @@
class_name StandardWorldGenerator
extends WorldGenerator
@export
var parts: Array[PackedScene] = []
func _generate(map: TileMap) -> void:
pass