42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://d4gm4p4h8i45m"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ctdna511sp1wv" path="res://character.tscn" id="1_vfan6"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_c68hd"]
|
|
size = Vector3(13, 1, 17)
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_m5ll3"]
|
|
|
|
[sub_resource type="Sky" id="Sky_5gabu"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_m5ll3")
|
|
|
|
[sub_resource type="Environment" id="Environment_ffmly"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_5gabu")
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[node name="CharacterBody3D" parent="." instance=ExtResource("1_vfan6")]
|
|
|
|
[node name="camPointer" type="Node3D" parent="CharacterBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 0.999941, 0.0108383, 0, -0.0108383, 0.999941, 0, 1.6932, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CharacterBody3D/camPointer"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.288016, 1.5802)
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.36249, -0.54529, 3.34321)
|
|
size = Vector3(12.1666, 1, 18.2334)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, -0.526793, 2)
|
|
shape = SubResource("BoxShape3D_c68hd")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.870321, 0.054256, -0.489487, 0.492484, -0.0958815, 0.865024, 0, -0.993913, -0.110168, -5.29032, 3.36282, 0)
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_ffmly")
|