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
|
@ -0,0 +1,93 @@
|
|||
[gd_resource type="Resource" script_class="AdjacencyRessource" load_steps=2 format=3 uid="uid://b0i5nqmc15pxc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bvwg2elt0ekws" path="res://wavefunctioncollapse/adjacency_res.gd" id="1_116ut"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_116ut")
|
||||
Top = Dictionary[int, float]({})
|
||||
TopForward = Dictionary[int, float]({})
|
||||
TopBackward = Dictionary[int, float]({})
|
||||
TopRight = Dictionary[int, float]({})
|
||||
TopLeft = Dictionary[int, float]({})
|
||||
TopRightForward = Dictionary[int, float]({})
|
||||
TopLeftForward = Dictionary[int, float]({})
|
||||
TopRightBackward = Dictionary[int, float]({})
|
||||
TopLeftBackward = Dictionary[int, float]({})
|
||||
Forward = Dictionary[int, float]({
|
||||
0: 0.1,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
4: 0.05,
|
||||
5: 0.1,
|
||||
6: 0.1,
|
||||
7: 0.025,
|
||||
8: 0.025
|
||||
})
|
||||
Backward = Dictionary[int, float]({
|
||||
0: 0.3,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
3: 0.2
|
||||
})
|
||||
Right = Dictionary[int, float]({
|
||||
0: 0.1,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
4: 0.05,
|
||||
5: 0.1,
|
||||
6: 0.1,
|
||||
7: 0.025,
|
||||
8: 0.025
|
||||
})
|
||||
Left = Dictionary[int, float]({
|
||||
0: 0.1,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
4: 0.05,
|
||||
5: 0.1,
|
||||
6: 0.1,
|
||||
7: 0.025,
|
||||
8: 0.025
|
||||
})
|
||||
RightForward = Dictionary[int, float]({
|
||||
0: 0.1,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
4: 0.05,
|
||||
5: 0.1,
|
||||
6: 0.1,
|
||||
7: 0.025,
|
||||
8: 0.025
|
||||
})
|
||||
LeftForward = Dictionary[int, float]({
|
||||
0: 0.1,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
4: 0.05,
|
||||
5: 0.1,
|
||||
6: 0.1,
|
||||
7: 0.025,
|
||||
8: 0.025
|
||||
})
|
||||
RightBackward = Dictionary[int, float]({
|
||||
0: 0.3,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
3: 0.2
|
||||
})
|
||||
LeftBackward = Dictionary[int, float]({
|
||||
0: 0.3,
|
||||
1: 0.2,
|
||||
2: 0.3,
|
||||
3: 0.2
|
||||
})
|
||||
Down = Dictionary[int, float]({})
|
||||
DownForward = Dictionary[int, float]({})
|
||||
DownBackward = Dictionary[int, float]({})
|
||||
DownRight = Dictionary[int, float]({})
|
||||
DownLeft = Dictionary[int, float]({})
|
||||
DownRightForward = Dictionary[int, float]({})
|
||||
DownLeftForward = Dictionary[int, float]({})
|
||||
DownRightBackward = Dictionary[int, float]({})
|
||||
DownLeftBackward = Dictionary[int, float]({})
|
||||
metadata/_custom_type_script = "uid://bvwg2elt0ekws"
|
Loading…
Add table
Add a link
Reference in a new issue