Naive WFC kind of working
This commit is contained in:
12
scene.tscn
Normal file
12
scene.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d2g4ooi0x6ebo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bf6phxhnvh0ul" path="res://wfc/generator.gd" id="1_ulcgi"]
|
||||
[ext_resource type="Script" uid="uid://jmttidfcknea" path="res://client.gd" id="2_nxogm"]
|
||||
|
||||
[node name="Scene" type="Node2D"]
|
||||
|
||||
[node name="Generator" type="Node" parent="."]
|
||||
script = ExtResource("1_ulcgi")
|
||||
|
||||
[node name="Client" type="Node" parent="."]
|
||||
script = ExtResource("2_nxogm")
|
||||
Reference in New Issue
Block a user