Drone as CharacterBody3D

This commit is contained in:
2025-02-02 14:01:03 -05:00
parent 5f6012696b
commit 1550f57f5d
207 changed files with 4397 additions and 471 deletions

View File

@@ -1,3 +1,31 @@
[gd_scene format=3 uid="uid://deah8x3tnm045"]
[gd_scene load_steps=6 format=3 uid="uid://deah8x3tnm045"]
[ext_resource type="PackedScene" uid="uid://bfhw7682gnh22" path="res://core/levels/test_level.tscn" id="1_ylfl7"]
[ext_resource type="PackedScene" uid="uid://dwvmna8qc0vb4" path="res://core/drone/drone.tscn" id="2_orkyq"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_rtxf7"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[sub_resource type="Sky" id="Sky_dsv6k"]
sky_material = SubResource("ProceduralSkyMaterial_rtxf7")
[sub_resource type="Environment" id="Environment_ruppb"]
background_mode = 2
sky = SubResource("Sky_dsv6k")
tonemap_mode = 2
glow_enabled = true
[node name="Main" type="Node3D"]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_ruppb")
[node name="TestLevel" parent="." instance=ExtResource("1_ylfl7")]
[node name="Drone" parent="." instance=ExtResource("2_orkyq")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.017014, 0)