56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
Plaintext
[gd_scene format=3 uid="uid://5y0hwk8wyijh"]
|
|
|
|
[ext_resource type="Script" uid="uid://difds0c6bi8nn" path="res://test/Scripts/character_body_3d.gd" id="1_bkyvu"]
|
|
[ext_resource type="PackedScene" path="res://test/assets/godot-4-3D-Characters-main/godot-4-3D-Characters-main/gobot_skin.tscn" id="2_xljjp"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xdth8"]
|
|
albedo_color = Color(0.41, 0.41, 0.41, 1)
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_vef27"]
|
|
material = SubResource("StandardMaterial3D_xdth8")
|
|
size = Vector2(50, 50)
|
|
|
|
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_mu6c3"]
|
|
data = PackedVector3Array(25, 0, 25, -25, 0, 25, 25, 0, -25, -25, 0, 25, -25, 0, -25, 25, 0, -25)
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_bkyvu"]
|
|
|
|
[sub_resource type="Sky" id="Sky_xljjp"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_bkyvu")
|
|
|
|
[sub_resource type="Environment" id="Environment_xdth8"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_xljjp")
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_46256"]
|
|
height = 1.5214844
|
|
|
|
[node name="world" type="Node3D" unique_id=1266978355]
|
|
|
|
[node name="floor" type="MeshInstance3D" parent="." unique_id=1208593590]
|
|
mesh = SubResource("PlaneMesh_vef27")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="floor" unique_id=1196948074]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="floor/StaticBody3D" unique_id=1902662554]
|
|
shape = SubResource("ConcavePolygonShape3D_mu6c3")
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="floor" unique_id=808641236]
|
|
environment = SubResource("Environment_xdth8")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="floor/WorldEnvironment" unique_id=1641493068]
|
|
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 35, 0)
|
|
|
|
[node name="player" type="CharacterBody3D" parent="." unique_id=1545704003]
|
|
script = ExtResource("1_bkyvu")
|
|
|
|
[node name="GobotSkin" parent="player" unique_id=441417637 instance=ExtResource("2_xljjp")]
|
|
script = null
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="player" unique_id=1265742697]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6696365, 0)
|
|
shape = SubResource("CapsuleShape3D_46256")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="player" unique_id=2090721613]
|
|
transform = Transform3D(-0.99939084, 0, -0.034899388, 0, 1, 0, 0.034899388, 0, -0.99939084, 0, 1.141, -1.842)
|