wave function collapse give some results
but still very buggy
This commit is contained in:
parent
7bb7ea54af
commit
018ab6e087
228 changed files with 13252 additions and 3 deletions
5
wavefunctioncollapse/Globals.gd
Normal file
5
wavefunctioncollapse/Globals.gd
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue