ProceduralGenerationGodot/wavefunctioncollapse/adjacency_ressources/adj_dirt.tres
2025-04-03 00:35:39 +02:00

69 lines
1.6 KiB
Text

[gd_resource type="Resource" script_class="AdjacencyRessource" load_steps=2 format=3 uid="uid://uqnjdbw3jxxx"]
[ext_resource type="Script" uid="uid://bvwg2elt0ekws" path="res://wavefunctioncollapse/adjacency_res.gd" id="1_rddm4"]
[resource]
script = ExtResource("1_rddm4")
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.4,
1: 0.25,
2: 0.25,
6: 0.1
})
Backward = Dictionary[int, float]({
0: 0.4,
1: 0.25,
2: 0.25,
6: 0.1
})
Right = Dictionary[int, float]({
0: 0.4,
1: 0.25,
2: 0.25,
5: 0.1
})
Left = Dictionary[int, float]({
0: 0.4,
1: 0.25,
2: 0.25,
5: 0.1
})
RightForward = Dictionary[int, float]({
0: 0.4,
1: 0.3,
2: 0.3
})
LeftForward = Dictionary[int, float]({
0: 0.4,
1: 0.3,
2: 0.3
})
RightBackward = Dictionary[int, float]({
0: 0.4,
1: 0.3,
2: 0.3
})
LeftBackward = Dictionary[int, float]({
0: 0.4,
1: 0.3,
2: 0.3
})
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"