Initial commit
This commit is contained in:
commit
cf7ad3446b
26 changed files with 514 additions and 0 deletions
11
mazegeneration/3D/grids_tiles/way.tscn
Normal file
11
mazegeneration/3D/grids_tiles/way.tscn
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c20by0tgxdjpc"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_t6cuw"]
|
||||
albedo_color = Color(0.188162, 0.571815, 1.84822e-05, 1)
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_t6cuw"]
|
||||
material = SubResource("StandardMaterial3D_t6cuw")
|
||||
size = Vector3(2, 2, 2)
|
||||
|
||||
[node name="Wall" type="MeshInstance3D"]
|
||||
mesh = SubResource("BoxMesh_t6cuw")
|
Loading…
Add table
Add a link
Reference in a new issue