wave function collapse give some results

but still very buggy
This commit is contained in:
Crizomb 2025-04-03 00:35:39 +02:00
parent 7bb7ea54af
commit 018ab6e087
228 changed files with 13252 additions and 3 deletions

View file

@ -0,0 +1,5 @@
extends Node
enum Blocks {DIRT, FLOOR, FLOOR_DETAIL, STAIRS, WALL, WALL_NARROW_X, WALL_NARROW_Z, WALL_OPENING_X, WALL_OPENING_Z}
const ShouldRotate := [Blocks.WALL_NARROW_Z, Blocks.WALL_OPENING_Z]