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