godot-third-person-basic-scene/basic_setup.tscn
2022-01-20 12:13:29 +01:00

10 lines
310 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dhqay3umgle6c"]
[sub_resource type="BoxMesh" id="BoxMesh_k23th"]
[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.05, 0)
mesh = SubResource( "BoxMesh_k23th" )