godot-third-person-basic-scene/maps/basic_setup.tscn

13 lines
455 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dhqay3umgle6c"]
[ext_resource type="Material" uid="uid://cdijyqa881tvv" path="res://maps/simple_grid.material" id="1_ympm1"]
[sub_resource type="BoxMesh" id="BoxMesh_k23th"]
material = ExtResource( "1_ympm1" )
[node name="basic_setup" type="Node3D"]
[node name="floor" type="MeshInstance3D" parent="."]
transform = Transform3D(10, 0, 0, 0, 0.1, 0, 0, 0, 10, 0, -0.1, 0)
mesh = SubResource( "BoxMesh_k23th" )